for (i <= 5 && i >= -1;++i; i > 0) {
printf("%d
", i);
}
Answer Posted / ajay
can anyone explain how this for loop execute?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain output of printf("Hello World"-'A'+'B'); ?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
how logic is used
Explain what is wrong with this program statement? Void = 10;
How can I find the modification date and time of a file?
Write a program to maintain student’s record. Record should
not be available to any unauthorized user. There are three
(3) categories of users. Each user has its own type. It
depends upon user’s type that which kind of operations user
can perform. Their types and options are mentioned below:
1. Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record)
2. Super Admin
(Search Record [by Reg. No or Name], View All Records,
Insert New Record, Modify Existing Record, Delete Single Record)
3. Guest
(Search Record [by Reg. No or Name], View All Records)
When first time program runs, it asks to create accounts.
Each user type has only 1 account (which means that there
can be maximum 3 accounts). In account creation, following
options are required:
Login Name: <6-10 alphabets long, should be unique>
Password: <6-10 alphabets long, should not display
characters when user type>
Confirm Password:
What does stand for?
What’s a signal? Explain what do I use signals for?
When was c language developed?
Define and explain about ! Operator?
How is null defined in c?
What is bss in c?
How does struct work in c?
Explain what is the difference between a string and an array?
What is the use of f in c?