C Interview Questions
Questions Answers Views Company eMail

WHOT IS CHAR?

TCS,

4 5036

WHAT IS INT?

Accenture,

8 7628

WHAT IS FLOAT?

3 3982

WHAT IS HEADER?

ProKarma, TCS,

8 10093

WHAT IS PRE POSSESSORS?

TATA,

6 8480

Why we not create function inside function.

1644

how to write a c program to print list of fruits in alpabetical order?

1674

main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

Amazon, HCL, Thought Works,

5 19800

What is C language ?

Jekson,

1443

2. What does static variable mean?

2 3946

write a program to display numbers from 1 to 10 and 10 to 1?

2 4882

write a program in c language to print your bio-data on the screen by using functions.

College School Exams Tests, IBM,

6 60403

write a program in c language to print your bio-data on the screen by using functions.

6169

#include int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

Infosys,

15 25786

write a program for fibonaci series by using while loop in c?

2 4190


Post New C Questions

Un-Answered Questions { C }

Are c and c++ the same?

550


Is anything faster than c?

512


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

570


How was c created?

519


Can stdout be forced to print somewhere other than the screen?

548






Do you know the difference between exit() and _exit() function in c?

535


What is the use of extern in c?

558


What is multidimensional arrays

562


Is a house a shell structure?

613


Explain what does a function declared as pascal do differently?

566


What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

630


How does free() know explain how much memory to release?

546


What are reserved words with a programming language?

532


What are the characteristics of arrays in c?

548


What is the use of typedef in structure in c?

476