Write a program to show the workingof auto variable.
Answer Posted / shrikantauti
main()
{
auto int i,j;
printf("%d%d", i,j);
}
/*
output could look like:
1211 221
*/
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What does typedef struct mean?
Why c is procedure oriented?
What's the difference between constant char *p and char * constant p?
Write a simple code fragment that will check if a number is positive or negative.
Explain the difference between null pointer and void pointer.
What is cohesion in c?
What is the difference between array and structure in c?
What does the error message "DGROUP exceeds 64K" mean?
What is infinite loop?
What is the use of function in c?
Why c is called a middle level language?
c program for searching a student details among 10 student details
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is the method to save data in stack data structure type?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question