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

What is wrong with this code?

0 Answers  


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

0 Answers   Google,


hi, which software companys will take,if d candidate's % is jst 55%?

0 Answers  


What are different types of variables in c?

0 Answers  






What are 3 types of structures?

0 Answers  


How can I remove the leading spaces from a string?

0 Answers  


What are type modifiers in c?

0 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


how to introdu5ce my self in serco

0 Answers  


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


Categories