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


Explain what are compound statements?


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

Post New Answer

More C Interview Questions

What would be an example of a structure analogous to structure c?

0 Answers  


differentiate between const char *a; char *const a; and char const *a;

2 Answers   College School Exams Tests, HCL, TCS,


what are far pointers?

1 Answers  


main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 Answers  


List the difference between a While & Do While loops?

0 Answers   Accenture,


Between macros and functions,which is better to use and why?

0 Answers  


define c

6 Answers   HCL, TCS,


why java is called as a purely oops language.

3 Answers   TVS,


control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent

1 Answers  


Diff between for loop and while loop?

2 Answers   TCS,


what are the stoge class in C and tel the scope and life time of it?

2 Answers   Tech Mahindra,


#include<stdio.h> #include<conio.h> int main() { int a[4][4]={{5,7,5,9}, {4,6,3,1}, {2,9,0,6}}; int *p; int (*q)[4]; p=(int*)a; q=a; printf("\n%u%u",p,q); p++; q++; printf("\n%u%u",p,q); getch(); return 0; } what is the meaning of this program?

2 Answers  


Categories