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

find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

0 Answers   TCS,


what is the difference between const volatile int i & volatile const int j;

2 Answers   HCL,


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


Explain the differences between public, protected, private and internal.

2 Answers  


How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.

0 Answers  






What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers   Aspire, Infogain,


Can we declare a function inside a function in c?

0 Answers  


what is array?

8 Answers  


How can you pass an array to a function by value?

0 Answers  


write a program to print sum of each row of a 2D array.

4 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


who developed c and why he developed c?

5 Answers  


Categories