Explain what are the different data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we compile a program without main() function?
How to print India by nested loop? I IN IND INDI INDIA
Here is a good puzzle: how do you write a program which produces its own source code as output?
given post order,in order construct the corresponding binary tree
Why clrscr is used in c?
What is the exact difference between '\0' and ""
What is the difference between typedef and #define?
What is table lookup in c?
What is sizeof array?
differentiate built-in functions and user – defined functions.
void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }
Why is not a pointer null after calling free?