How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
Explain how can you avoid including a header more than once?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Disadvantages of C language.
What is the difference between array and pointer in c?
write a program in C to swap two variables
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
what is object oriental programing?
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?
implement general tree using link list
Please write the area of a RIGHT ANGLED TRIANGLE.