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 / aryan

-128

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

For what purpose null pointer used?

609


What are different storage class specifiers in c?

623


What is the use of typedef in structure in c?

549


Write a program to print factorial of given number without using recursion?

573


What are the differences between Structures and Arrays?

614






Which programming language is best for getting job 2020?

611


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1472


What is pass by reference in c?

617


Explain what math functions are available for integers? For floating point?

618


What is the total generic pointer type?

731


How is actual parameter different from the formal parameter?

596


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

727


Describe explain how arrays can be passed to a user defined function

607


In C language what is a 'dangling pointer'?

644


What is getch c?

860