Unsigned char c;
for ( c=0;c!=256;c++2)
printf("%d",c);
No. of times the loop is executed ?
Post New Answer View All Answers
What does it mean when the linker says that _end is undefined?
Without Computer networks, Computers will be half the use. Comment.
Do you know the purpose of 'register' keyword?
Do you know pointer in c?
What is size of union in c?
What does the format %10.2 mean when included in a printf statement?
Explain what is meant by 'bit masking'?
What are static variables in c?
What is malloc and calloc?
Which one would you prefer - a macro or a function?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What the advantages of using Unions?
What is the most efficient way to count the number of bits which are set in an integer?
Why static is used in c?
What are all different types of pointers in c?