Answer Posted / reshma
void main()
{
int i=0;
while(1)
{
printf("%d",&i);
i++;
}
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How are strings stored in c?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
a program that can input number of records and can view it again the record
Write the syntax and purpose of a switch statement in C.
Explain how can you restore a redirected standard stream?
What is property type c?
Is null always equal to 0(zero)?
Is c high or low level?
pierrot's divisor program using c or c++ code
Why do we need volatile in c?
Explain About fork()?
How will you delete a node in DLL?
What is a global variable in c?
How can I read in an object file and jump to locations in it?
Is c pass by value or reference?