What are the primitive data types in c?
No Answer is Posted For this Question
Be the First to Post Answer
to get a line of text and count the number of vowels in it
what type of questions arrive in interview over c programming?
What is the explanation for modular programming?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
What is function prototype?
What is the OOPs concept?
How will you allocate memory to a double pointer ?
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
What is the right way to use errno?
How are portions of a program disabled in demo versions?
implement general tree using link list