Unsigned char c;
for ( c=0;c!=256;c++2)
printf("%d",c);
No. of times the loop is executed ?
Answer Posted / subbu
instead of "c++2" if there is "c++" it will not give any
errors. output will be continuosly for infinite number of
times.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What does the function toupper() do?
How can I recover the file name given an open stream or file descriptor?
What are data structures in c and how to use them?
Explain what is the purpose of "extern" keyword in a function declaration?
What is the process to create increment and decrement stamen in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
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 are the uses of null pointers?
What is string concatenation in c?
What are the features of c languages?
Explain null pointer.
Explain how can you tell whether two strings are the same?
What is main return c?
How can you determine the maximum value that a numeric variable can hold?
In a byte, what is the maximum decimal number that you can accommodate?