i need all types of question paper releted to "c" and other
language.


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

Post New Answer

More C Interview Questions

write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

0 Answers  


how to find the given number is prime or not?

6 Answers   IMS, ING,


What does struct node * mean?

0 Answers  


consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none

7 Answers   TCS,


Example of friendly function in c++

2 Answers  






how can i get this by using for loop? * ** * **** * ******

3 Answers   Excel,


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


HOW DO YOU HANDLE EXCEPTIONS IN C?

2 Answers   AppLabs,


what is printf

5 Answers   MVSR, Satyam,


Write a program to swap two numbers without using a temporary variable?

0 Answers   Infosys,


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


what are the advantage of pointer variables? write a program to count the number of vowels and consonants in a given string

3 Answers  


Categories