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 is wrong with this program statement?
what is different between auto and local static? why should we use local static?
What does the format %10.2 mean when included in a printf statement?
What is array within structure?
Is null always equal to 0(zero)?
What is omp_num_threads?
How does placing some code lines between the comment symbol help in debugging the code?
Explain why c is faster than c++?
how to find binary of number?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
What is sizeof int?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Is stack a keyword in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Does c have an equivalent to pascals with statement?