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

C Interview Questions
Questions Answers Views Company eMail

Write a routine that prints out a 2-D array in spiral order!

Lucent,

1 7543

what is a far pointer

ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,

12 38667

Write a program to compare two strings without using the strcmp() function

Accenture, Arba Minch University,

42 127421

what is the difference between const char *p, char const *p, const char* const p

Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,

5 50861

Write a program to interchange two variables without using the third variable?

Accenture, College School Exams Tests, Infotech,

17 41213

What is the output of the program given below #include main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }

ADITI, Student, TCS,

21 36587

What is the output of the following program #include main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

ADITI, Adobe,

8 19707

What is the memory allocated by the following definition ? int (*x)[10];

ADITI, Wipro,

4 17953

What is the memory allocated by the following definition ? int (*x)();

ADITI,

2 8803

What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

ADITI,

4 10177

Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

ADITI,

2 7156

#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

ADITI,

3 8428

What is the output for the following program #include main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

ADITI, Wipro,

5 10488

HOW DO YOU HANDLE EXCEPTIONS IN C?

AppLabs,

2 7229

WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

3D PLM, Code Studio, Deltech, IBM,

28 87181


Post New C Questions

Un-Answered Questions { C }

What is declaration and definition in c?

1015


What is #define used for in c?

1015


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

1935


What does the file stdio.h contain?

998


What is 02d in c?

1027


What is volatile keyword in c?

997


What is the difference between ‘g’ and “g” in C?

3910


What are the valid places to have keyword “break”?

1039


What is the difference between the local variable and global variable in c?

926


What is getch() function?

1008


Write program to remove duplicate in an array?

1025


Explain the use of #pragma exit?

1112


What is the stack in c?

1082


What is logical error?

1064


What is difference between Structure and Unions?

1184