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 switch in c?


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

Post New Answer

More C Interview Questions

What is "Hungarian Notation"?

0 Answers   Celstream,


1. main() { printf("%d",printf("HelloSoft")); } Output?

3 Answers   HCL,


#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  


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


print ur name without using any semicolon in c/c++....

21 Answers   Bosch, TCS, Wipro,


Find if a number is power of two or not?

1 Answers  


what is answer for perfect number????????????????

1 Answers  


What is external variable in c?

0 Answers  


second highest number in a given set of numbers

3 Answers   TCS,


what is the output of below int n=10; (n++)++; printf("%d",n);

3 Answers  


Why cant I open a file by its explicit path?

0 Answers  


What is structure padding ?

3 Answers   HP,


Categories