What is wrong with this code?


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

Post New Answer

More C Interview Questions

What is the use of gets and puts?

0 Answers  


15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


What is the use of function overloading in C?

0 Answers   Ittiam Systems,


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...

3 Answers  






How are structure passing and returning implemented?

0 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee

2 Answers  


What is the best way to comment out a section of code that contains comments?

0 Answers  


Why should I prototype a function?

0 Answers  


What is a method in c?

0 Answers  


Explain the difference between strcpy() and memcpy() function?

0 Answers  


Categories