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...

Which of the following about automatic variables within a
function is correct ?
a.its type must be declared before using the variable
b.they are local
c.they are not initialised to zero
d.they are global.

Answer Posted / subbu

options a,b,c are correct

Is This Answer Correct ?    5 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by invalid pointer arithmetic?

1130


how to find binary of number?

4535


What does c mean?

1108


What are pointers? What are stacks and queues?

1217


What is the difference between array and pointer in c?

1222


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1786


What is malloc and calloc?

1103


What is the difference between declaring a variable and defining a variable?

1341


Why is C language being considered a middle level language?

1208


Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?

1066


Explain function?

1137


What are the general description for loop statement and available loop types in c?

1167


What are extern variables in c?

1036


what are enumerations in C

1218


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

2030