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
difference between c and c++?
Explain what header files do I need in order to define the standard library functions I use?
What is the difference between getch() and getche()?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
What is static function in c?
Write a program to know whether the input number is an armstrong number.
what is the hardware model of CFG( context free grammar)
Explain what are the different data types in c?
Write a c program to print the sizes and ranges of different data types in c?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
Does c have an equivalent to pascals with statement?
What does c mean?