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 are the types of variables in c?
How do you search data in a data file using random access method?
Explain how do you override a defined macro?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is wrong in this statement?
What is far pointer in c?
what is different between auto and local static? why should we use local static?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What are actual arguments?
How can you invoke another program from within a C program?
shorting algorithmS
How can I read a binary data file properly?
How variables are declared in c?
By using C language input a date into it and if it is right?
Why flag is used in c?