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 is the use of sizeof () in c?


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

Post New Answer

More C Interview Questions

main() { int a[10]; printf("%d",*a+1-*a+3); }

2 Answers  


What is a void pointer in c?

0 Answers  


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


How can you restore a redirected standard stream?

0 Answers  


What do you mean by Recursion Function?

0 Answers   Hexaware,


How to receive strings with spaces in scanf()

7 Answers  


How to declare a variable?

0 Answers  


how is the examination pattern?

0 Answers   Wipro,


write a program to print the one dimensional array.

1 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


What are preprocessor directives?

1 Answers  


What is the difference b/w main() in C language and main() in C++.

7 Answers  


Categories