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 7646

what is a far pointer

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

12 39232

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

Accenture, Arba Minch University,

42 128991

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

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

5 51151

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

Accenture, College School Exams Tests, Infotech,

17 41994

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 37330

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 20008

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

ADITI, Wipro,

4 18189

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

ADITI,

2 8922

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 10424

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 7305

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

ADITI,

3 8594

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 10714

HOW DO YOU HANDLE EXCEPTIONS IN C?

AppLabs,

2 7375

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

3D PLM, Code Studio, Deltech, IBM,

28 88365


Post New C Questions

Un-Answered Questions { C }

What is the method to save data in stack data structure type?

1087


What is the purpose of realloc()?

1146


What is derived datatype in c?

1099


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

1089


Define circular linked list.

1033


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

1095


Is null a keyword in c?

1198


What is sizeof in c?

1014


How do you print an address?

1272


What is union and structure in c?

1230


Describe the steps to insert data into a singly linked list.

1077


What is the newline escape sequence?

1078


Explain 'bus error'?

1098


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

2178


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

1252