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


What does typeof return in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

explain memory layout of a C program

2 Answers  


What is the sizeof () a pointer?

0 Answers  


What is the difference between the = symbol and == symbol?

0 Answers  


What are qualifiers?

0 Answers  


any string of bits of length 'n' represents a unique non- negative integer between.............?

2 Answers  


difference between malloc and calloc

3 Answers   HCL, Wipro,


find the size of structure without using the size of function

1 Answers   Bosch,


What are the 4 types of unions?

0 Answers  


What is a lookup table in c?

0 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300

4 Answers   Tieto,


What is extern c used for?

0 Answers  


What is difference between constant pointer and constant variable?

0 Answers   Hexaware,


Categories