where are auto variables stored? What are the characteristics of an auto variable?
No Answer is Posted For this Question
Be the First to Post Answer
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What are the types of data types and explain?
What are the types of i/o functions?
Do you know what are bitwise shift operators in c programming?
triangle number finding program...
Write a program to print fibonacci series without using recursion?
What is the output of the below program and how it is? void main() { static int var=5; printf("%d",var--); if(var) main(); }
8 Answers MindFire, TCS, Tech Mahindra,
What do you mean by c what are the main characteristics of c language?
What is the purpose of main() function?
is it possible to change the default calling convention in c ?
What is c token?
What is union in c?