What are categories used for in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to find sum of digits in C?
Explain what is the most efficient way to store flag values?
What are header files and explain what are its uses in c programming?
what does ‘#include’ mean?
what is c?
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
difference between spiral and waterfall model
can we change the default calling convention in c if yes than how.........?
How a string is stored in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Are pointers integers in c?
What are global variables and how do you declare them?