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 are categories used for in c?

0 Answers  


Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


Differentiate between the expression “++a” and “a++”?

0 Answers  


wats the diference btwen constant pointer and pointer to a constant.pls give examples.

9 Answers  


Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  






What does d mean?

0 Answers  


character array A[12] can hold

5 Answers   Wipro,


what is the difference between %d and %*d in c languaga?

7 Answers   TCS,


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


what's the return value of malloc()

9 Answers  


what r the cpu registers r ther?

1 Answers  


How does normalization of huge pointer works?

0 Answers  


Categories