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 / mohmedali
garbage values
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Is c still relevant?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Which of these functions is safer to use : fgets(), gets()? Why?
what is bit rate & baud rate? plz give wave forms
What are the main characteristics of c language describe the structure of ac program?
How can you increase the size of a statically allocated array?
What is getch() function?
What does *p++ do? What does it point to?
find the sum of two matrices and WAP for it.
find out largest elemant of diagonalmatrix
Is sizeof a keyword in c?
write a program fibonacci series and palindrome program in c
What is meant by high-order and low-order bytes?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
a value that does not change during program execution a) variabe b) argument c) parameter d) none