What is wrong with this program statement?


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

Post New Answer

More C Interview Questions

write a program that print itself even if the source file is deleted?

2 Answers  


implement NAND gate logic in C code without using any bitwise operatior.

4 Answers   Alcatel,


What is calloc malloc realloc in c?

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


wat s the meaning of (int *)p +4;

2 Answers  






What is a sequential access file?

0 Answers  


what is c?

7 Answers   Tech Mahindra,


What is a substring in c?

0 Answers  


How do you declare a variable that will hold string values?

0 Answers  


Explain what is the concatenation operator?

0 Answers  


What are pointers? What are different types of pointers?

0 Answers   Fidelity,


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

0 Answers   InterGraph,


Categories