C Interview Questions
Questions Answers Views Company eMail

What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

Amazon, Qualcomm,

5 20895

what is the definition of storage classes?

Wipro,

3 7003

write a program to compare 2 numbers without using logical operators?

IBM,

5 17178

what is self refrential structure

HCL,

3 6188

what is available in C language but not in C++?

CTS, TCS,

10 13099

What is volatile in c language?

HCL, TCS,

2 5057

wt is d full form of c

TCS, Wipro,

6 8981

what is the maximum limit of row and column of a matrix in c programming. in linux .

NIIT,

4 7187

write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words

Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,

5 14573

who is first prime minister in india??

Wipro,

8 7314

how to find the largest element of array without using relational operater?

Satyam, Wipro,

6 11399

WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include #include void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 18109

What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 3198

What is Lazy evaluation in C? Give an example.

1 3941

What is indirect recursion? give an example?

4 28904


Post New C Questions

Un-Answered Questions { C }

What is array in c with example?

582


What is c variable?

532


What is the usage of the pointer in c?

572


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

603


Explain pointers in c programming?

605






Do array subscripts always start with zero?

747


Is fortran still used today?

584


can we change the default calling convention in c if yes than how.........?

2008


What is difference between scanf and gets?

586


What is static memory allocation? Explain

595


Which control loop is recommended if you have to execute set of statements for fixed number of times?

783


Explain how can I open a file so that other programs can update it at the same time?

568


Explain how are 16- and 32-bit numbers stored?

756


What does s c mean in text?

587


What is a stream in c programming?

568