C Interview Questions
Questions Answers Views Company eMail

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

3 27487

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

1647

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

5 5921

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 5223

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

3 7029

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 4133

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

InterGraph,

8 43437

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

IBM,

9 14498

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

Wipro,

3 7478

Write down the program to sort the array.

Impiger,

4 5473

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

1803

yogesh patil in dell

DELL,

3 6618

how to devloped c lenguege?

4 4680

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,

1470

why u join this call center?

DELL,

6 7115


Post New C Questions

Un-Answered Questions { C }

If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

613


Explain b+ tree?

610


FILE PROGRAMMING

1767


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

658


What are run-time errors?

585






Why doesnt long int work?

599


Are pointers really faster than arrays?

550


What is ponter?

759


Explain what does the function toupper() do?

621


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

1848


Which is best book for data structures in c?

584


What is the difference between malloc calloc and realloc in c?

634


Why functions are used in c?

570


What is the difference between strcpy() and memcpy() function in c programming?

610


Is there a way to switch on strings?

605