Explain what is gets() function?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of c language?
Explain pointer. What are function pointers in C?
Can a variable be both constant and volatile?
What are the advantages of using new operator as compared to the function malloc ()?
Explain what is the difference between a free-standing and a hosted environment?
can we print any string in c language without using semicolon(;)(terminator) in whole program.
Describe advantages and disadvantages of the various stock sorting algorithms
Why doesnt that code work?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
what are two categories of clint-server application development ?
How many types of functions are there in c?
what is purpose of fflush(stdin) function