what type of questions arrive in interview over c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How to reverse a string using a recursive function, without swapping or using an extra memory?

31 Answers   Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,


What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none

9 Answers   IBM,


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


What is a pointer in c?

0 Answers  


Explain what is the difference between null and nul?

0 Answers  






What is meant by errors and debugging?

0 Answers  


What do you mean by team??

5 Answers   Student,


I need a sort of an approximate strcmp routine?

0 Answers  


How can I access an I o board directly?

0 Answers  


What is structure in c explain with example?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


What header files do I need in order to define the standard library functions I use?

0 Answers  


Categories