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 / stuti
1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I came across some code that puts a (void) cast before each call to printf. Why?
How can I write a function that takes a format string and a variable number of arguments?
What is a lookup table in c?
What is the best way to comment out a section of code that contains comments?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is a function in c?
How can I open files mentioned on the command line, and parse option flags?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Can a variable be both constant and volatile?
How do you redirect a standard stream?
What is null in c?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
What is meant by gets in c?
What is the value of uninitialized variable in c?
what is the different bitween abap and abap-hr?