value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
6 13029how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
3 12886
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How does normalization of huge pointer works?
Explain #pragma statements.
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
How many levels deep can include files be nested?
all c language question
What is string function in c?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What is extern c used for?
What is variable and explain rules to declare variable in c?
How to write c functions that modify head pointer of a linked list?
How many header files are in c?
What does %p mean?
write a c program to find the sum of five entered numbers using an array named number