Write a program to show the workingof auto variable.

Answer Posted / raj

#include<stdio.h>
main()
{
auto int n=0;
{
int n=1'
printf("%d",n);
}
}

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1627


What does c value mean?

614


Can you please explain the scope of static variables?

597


What is c programing language?

608


How can variables be characterized?

1637






What are bitwise shift operators in c programming?

637


Differentiate between null and void pointers.

625


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

750


Explain that why C is procedural?

649


What are the advantages of c preprocessor?

701


What is operator promotion?

619


List a few unconditional control statement in c.

555


Dont ansi function prototypes render lint obsolete?

599


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2385


How can I read/write structures from/to data files?

544