answersLogoWhite

0

You are not able to do that, but you can write a program, that uses the system-call.

/* exectest.c */

#include

int main (void)

{

execlp ("/bin/ls", "ls", "-ld", ".", NULL);

return 0;

}

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Write a program to implement prim's algorithm?

dfgbrgffee


Write A program to implement insertion using AVL trees?

yes


Write a program to implement domain and referential integrity?

give me the program which can related on domain and referential integrity.


Write a program in c plus plus to implement macro processor?

Don't write, it is already written, google for 'cpp'.


Write a program in c language to implement framing methods like character stuffing?

A program in c language to implement framing methods like character stuffing can be grave sizeCRC-32 and the variable c50.


Write a program of binary heap in c or c language?

to implement operations on binary heap in c


Write a program to implement a line using slope intercept formula?

lund lelo mooh mein


Write a program to implement the various operations on string such as length of string concatenation reverse of a string copy of a string to another in VB?

what is string


Write a c program on blood bank automation system?

Not possible to write one here (too complex). Look for a commercial program to do this.


How do you implement a system or procedure in the workplace?

for implementing any system you need to understand what is the work or task the organisation does,to which you want to implement a system.And after that you have to create a system,you can create system by sdlc (system development life cycle)and after creating and checking you can implement your procedure or system. Answer Clearly write the procedure, have your supervisor or owner of the process review it. Have the procedure adopted by those in charge--that would be management, a steering committee or the board, whichever is highest in the hierarchy. Finally, implement the procedure by communicating it to the people who will be performing the work.


Write a program in C language to implement the apriori algorithm?

JavaScript is one program that has been written in C to implement the Apriori algorithm. There are also several other known programs available on the Internet that implement it as well.


Can you write hello world without operating system?

Yes, you can write a "hello world" program without an operating system using bare metal programming. This involves directly interfacing with the hardware of a computer system without an intermediary operating system. The program can be written to access and output text to a display device without the need for an OS.