praagnovation


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

Post New Answer

More C Interview Questions

Eight queens puzzle

0 Answers  


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


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

5 Answers  


What is identifiers in c with examples?

0 Answers  


What is the output from this program? #include <stdio.h> void do_something(int *thisp, int that) { int the_other; the_other = 5; that = 2 + the_other; *thisp = the_other * that; } int main(void) { int first, second; first = 1; second = 2; do_something(&second, first); printf("%4d%4d\n", first, second); return 0; }

3 Answers  






What is a pointer in c?

0 Answers  


What is a pointer and how it is initialized?

0 Answers  


Why void main is used in c?

0 Answers  


What is #line in c?

0 Answers  


write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word

1 Answers   Sienna Ecad, Wipro,


Who had beaten up hooligan "CHAKULI" in his early college days?

1 Answers  


why ordinary variable store the later value not the initial

1 Answers  


Categories