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

how many keywords are available in 'c' language

a) 32

b) 34

c) 45

d) 48

Answer Posted / riya

32

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can’t constant values be used to define an array’s initial size?

1442


What should malloc() do?

1225


please give me some tips for the placement in the TCS.

2163


What is main () in c?

1121


Write a program to find the biggest number of three numbers in c?

1104


Describe the order of precedence with regards to operators in C.

1105


What is the purpose of realloc()?

1201


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

1213


How can I implement a delay, or time a users response, with sub-second resolution?

1120


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

1140


How many bytes is a struct in c?

1217


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

1101


Write a program for Overriding.

1214


What are structures and unions? State differencves between them.

1256


Explain how can I remove the trailing spaces from a string?

1108