Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is else if ladder?

1075


Can the sizeof operator be used to tell the size of an array passed to a function?

1176


Explain can static variables be declared in a header file?

1197


Is c is a high level language?

1253


What is the use of extern in c?

1144


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

1219


What is the use of the function in c?

1070


Why we write conio h in c?

1077


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

2230


What is restrict keyword in c?

1168


What is a far pointer in c?

1098


What is the use of bit field?

1235


What do you mean by c what are the main characteristics of c language?

1077


What is difference between arrays and pointers?

1151


Which is better oop or procedural?

1130