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
What is your stream meaning?
Is null always equal to 0(zero)?
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.
Write a program in c to replace any vowel in a string with z?
which is an algorithm for sorting in a growing Lexicographic order
code for find determinent of amatrix
Explain what are bus errors, memory faults, and core dumps?
What is the function of volatile in c language?
What is string function c?
Explain what is a pragma?
Differentiate between Macro and ordinary definition.
Is it better to use a macro or a function?
what are the different storage classes in c?
What is meant by preprocessor in c?
What is the difference between abs() and fabs() functions?