Explain what is gets() function?
No Answer is Posted For this Question
Be the First to Post Answer
What are header files why are they important?
Why is void main used?
How do you initialize pointer variables?
2)#include<iostream.h> main() { printf("Hello World"); } the program prints Hello World without changing main() the o/p should be intialisation Hello World Desruct the changes should be a)iostream operator<<(iostream os, char*s) os<<'intialisation'<<(Hello World)<<Destruct b) c) d)none of the above
Which is better between malloc and calloc?
Differentiate between static and dynamic modeling.
what are the stages of compilation
What are header files and explain what are its uses in c programming?
how to find the sizof of any datatype using bit manipulations
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
How can I use a preprocessorif expression to ?
What are the application of void data type in c?