Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
What is C++
how do we remove the printed character in printf statement and write next it it
What is typeof in c?
what are the difference between ANSI C and Let Us c and Turbo C
Write any data structure program (stack implementation)
any "C" function by default returns an a) int value b) float value c) char value d) a & b
what is the self-referential structure?
what are advantages of U D F?
main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?
What is the general form of #line preprocessor?
with out using main how to execute the program?
Is a house a shell structure?