What is the use of a conditional inclusion statement in C?
No Answer is Posted For this Question
Be the First to Post Answer
What is call by value in c?
An array name contains base address of the array. Can we change the base address of the array?
What is #include stdio h?
write a programming in c to find the sum of all elements in an array through function.
What is the use of the #include directive?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
what is the difference between embedded c and turbo c ?
Explain Function Pointer?
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
How do we make a global variable accessible across files? Explain the extern keyword?
What is equivalent to ++i+++j?
what are the stoge class in C and tel the scope and life time of it?