how many keywords are available in 'c' language
a) 32
b) 34
c) 45
d) 48
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
SIR PLS TELL ME THE CODE IN C LANGUAGE TO PRINT THE FOLLOWING SERIES 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 1 2 3 2 1 1 2 1 1
main difference between c and c++ language
Do you have any idea about the use of "auto" keyword?
what do you mean by inline function in C?
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
What is Dynamic Initialization.
WHAT IS HIGH LEVEL LANGUAGE?
Differentiate between #include<...> and #include '...'
What is c value paradox explain?
The statement, int(*x[]) () what does in indicate?
what is the self-referential structure?