In a header file whether functions are declared or defined?
No Answer is Posted For this Question
Be the First to Post Answer
two variables are added answer is stored on not for third variable how it is possible?
Why & is used in scanf in c?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
biggest of two no's with out using if condition statement
what is the benefit of c30
Is that possible to add pointers to each other?
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
Explain what are bus errors, memory faults, and core dumps?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
write a program which counts a product of array elements lower than 10.
How can we allocate array or structure bigger than 64kb?
What is main function in c?