C Interview Questions
Questions Answers Views Company eMail

write a program to check whether a number is Peterson or not.

4 29135

hi any body pls give me company name interview conduct "c" language only

1771

out put of printf(ā€œ%dā€,printf(ram));

5 6340

Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 5601

main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............

3 7332

main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....

2 4411

Program to find the sum of digits of a given number until the sum becomes a single digit

InterGraph,

8 44098

Why do u use # before include in a C Progam?

IBM,

9 15111

what is data structure.in linear and non linear data structures which one is better?Explain

Wipro,

3 7810

Write down the program to sort the array.

Impiger,

4 5812

I need previous papers of CSC.......plz help out by posting them.......

1923

yogesh patil in dell

DELL,

3 6922

how to devloped c lenguege?

4 5154

i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

Microsoft,

1566

why u join this call center?

DELL,

6 7578


Post New C Questions

Un-Answered Questions { C }

Why functions are used in c?

710


Explain what is the purpose of "extern" keyword in a function declaration?

719


What is the purpose of void in c?

702


Why array is used in c?

655


Was 2000 a leap year?

738






Tell me can the size of an array be declared at runtime?

680


What are the rules for the identifier?

767


What is calloc() function?

722


What is function prototype?

690


while initialization of array why we use a[][2] why not a[2][]...?

1960


Is it possible to use curly brackets ({}) to enclose single line code in c program?

921


Write a program for Overriding.

811


What is pointers in c?

774


Why c is called object oriented language?

693


Why do we use return in c?

654