Can you return null in c?
No Answer is Posted For this Question
Be the First to Post Answer
Is main an identifier in c?
Which of these functions is safer to use : fgets(), gets()? Why?
What is difference between far and near pointers?
What is wrong with this program statement?
What does volatile do?
What Is The Difference Between Null And Void Pointer?
What are qualifiers in c?
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
Explain continue keyword in c
What are the three constants used in c?
In c language can we compile a program without main() function?
Why are algorithms important in c program?