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 are the advantage of c language?
What does a function declared as pascal do differently?
How to find a missed value, if you want to store 100 values in a 99 sized array?
How to explain the final year project as a fresher please answer with sample project
How do I swap bytes?
What's the total generic pointer type?
Why we use stdio h in c?
What is function what are the types of function?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Explain the red-black trees?
What is the Purpose of 'extern' keyword in a function declaration?
What is gets() function?
What are the 4 types of functions?
What is include directive in c?