How can you invoke another program from within a C program?
No Answer is Posted For this Question
Be the First to Post Answer
please can some one guide me, to the answer Write a C program to enter 15 numbers as an input from the keyboard and program will find and print odd numbers and their average. i have studied while and do while loop for loop if and else if switch
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
code for bubble sort?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What are the disadvantages of a shell structure?
how to write palindrome program?
provide an example of the Group by clause, when would you use this clause
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
How can a number be converted to a string?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is the meaning of c in c language?
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?