Differentiate fundamental data types and derived data types in C.
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below int n=10; (n++)++; printf("%d",n);
Explain the differences between public, protected, private and internal.
Why is c so important?
What do you mean by keywords in c?
what is the difference between embedded c and turbo c ?
What does c mean in basketball?
Explain the difference between ++u and u++?
main() { enum{red,green,blue=6,white}; pf("%d%d%d%d", red,green,blue,white); return 0; } a)0 1 6 2 b)0 1 6 7 c)Compilation error d)None of the above
Print the foll in C...eg when n=5 the o/p must b + + + + + + + + + + + + + + + + +
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
advantages of pointers?
C language questions for civil engineering