Can one function call another?
No Answer is Posted For this Question
Be the First to Post Answer
What is s in c?
Explain 'bus error'?
How can I direct output to the printer?
What are the disadvantages of a shell structure?
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
Can you return null in c?
Is there any data type in c with variable size?
What's a "sequence point"?
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
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,
Implement bit Array in C.
can we change the default calling convention in c if yes than how.........?