Write a program to show the workingof auto variable.
Answers were Sorted based on User's Feedback
Answer / raj
#include<stdio.h>
main()
{
auto int n=0;
{
int n=1'
printf("%d",n);
}
}
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / 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 |
c program to print a name without using semicolon
Is there anything like an ifdef for typedefs?
what is the differnce between AF_INET and PF_INET?
5 Answers Systems Plus, Wipro,
Write a program that his output 1 12 123
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
How to implement a packet in C
What is a pointer in c plus plus?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
How we can insert comments in a c program?
What is 2c dna?
How can I do peek and poke in c?
what is used instead of pointers in java than c?