C Interview Questions
Questions Answers Views Company eMail

WHOT IS CHAR?

TCS,

4 5558

WHAT IS INT?

Accenture,

8 8756

WHAT IS FLOAT?

3 4419

WHAT IS HEADER?

ProKarma, TCS,

8 11074

WHAT IS PRE POSSESSORS?

TATA,

6 9252

Why we not create function inside function.

1861

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

1944

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

Amazon, HCL, Thought Works,

5 20898

What is C language ?

Jekson,

1636

2. What does static variable mean?

2 4346

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

2 5262

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

College School Exams Tests, IBM,

6 64419

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

6380

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

Infosys,

15 27647

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

2 4613


Post New C Questions

Un-Answered Questions { C }

Why cant I open a file by its explicit path?

705


Explain #pragma statements.

705


One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.

2267


Explain what is dynamic data structure?

768


What is the ANSI C Standard?

886






Explain what is the difference between text files and binary files?

733


What is the value of h?

699


What is typedf?

761


What is structure in c explain with example?

759


Explain what are header files and explain what are its uses in c programming?

762


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

1792


what is the height of tree if leaf node is at level 3. please explain

1716


In a switch statement, what will happen if a break statement is omitted?

711


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1691


What is a buffer in c?

683