what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / prashanthi
2
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Do pointers need to be initialized?
What are the application of void data type in c?
How do shell structures work?
What is the g value paradox?
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 “****”.
Explain Function Pointer?
What is the use of typedef in c?
Explain heap and queue.
How do I copy files?
Can we increase size of array in c?
When should the const modifier be used?
What is memory leak in c?
What will be your course of action for a push operation?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Explain how do you use a pointer to a function?