What is echo in c programming?


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

Post New Answer

More C Interview Questions

What is property type c?

0 Answers  


What is wrong with this declaration?

0 Answers  


write a program to rearrange the array such way that all even elements should come first and next come odd

0 Answers  


how could explain about job profile

0 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,






Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


name the language for writing c compiler?

3 Answers   Microsoft,


How can a program be made to print the line number where an error occurs?

0 Answers  


What are operators in c?

0 Answers  


Write a program that an operator and two operands read from input operand operator on the implementation and results display.

0 Answers  


#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 Answers   ADITI,


main() { int i = -3,j=2,k=0,m; m= ++i || ++j && ++k; printf("%d%d%d",i,j,k,m); }

7 Answers   HCL,


Categories