What are header files and explain what are its uses in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between overriding and overloading?
How to develop software using "c" programming?
What is the use of sizeof?
What is the use of bit field?
What is a pointer variable in c language?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
Simplify the program segment if X = B then C ← true else C ← false
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Explain what is the difference between null and nul?
main() { printf(5+"Vidyarthi Computers"); }
Difference between pass by reference and pass by value?