What is the output of the program given below
#include<stdio.h>
main()
{
char i=0;
for(;i>=0;i++) ;
printf("%d\n",i);
}
Answer Posted / vennila
*
**
***
****
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of 'extern' keyword in a function declaration?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is variable in c example?
Can a void pointer point to a function?
What is an lvalue in c?
What are the functions to open and close file in c language?
Which is best book for data structures in c?
Where does the name "C" come from, anyway?
if p is a string contained in a string?
What is main function in c?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
what type of questions arrive in interview over c programming?
What are the types of i/o functions?
What are the similarities between c and c++?
Explain how can a program be made to print the name of a source file where an error occurs?