how many times does the loop iterated ?
for (i=0;i=10;i+=2)
printf("Hi\n");
Answer Posted / viji
It will give a warning message........
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What are header files in c?
c program for searching a student details among 10 student details
What is clrscr ()?
What are the string functions? List some string functions available in c.
Is c# a good language?
What is pointer and structure in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What does the c preprocessor do?
Is array a primitive data type in c?
what is the different bitween abap and abap-hr?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
What are the modifiers available in c programming language?
What are the primitive data types in c?
What is difference between union and structure in c?