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 a good way to implement complex numbers in c?

0 Answers  


Bit swapping

2 Answers  


Explain what are the standard predefined macros?

0 Answers  


True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type

7 Answers  


write a function for strtok()??

2 Answers   Verifone,


how to find out the reverse number of a digit if it is input through the keyboard?

6 Answers  


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


Find the highest of three numbers and print them using ascending orders?

1 Answers  


What are the advantage of c language?

0 Answers  


What are function pointers? Provide an example.

1 Answers  


what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above

3 Answers   Accenture, Infosys, Wipro,


Is javascript written in c?

0 Answers  


Categories