value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
6 11454how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
3 11500
Is file a keyword in c?
When we use void main and int main?
Explain how can I remove the trailing spaces from a string?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
can any one provide me the notes of data structure for ignou cs-62 paper
what is the significance of static storage class specifier?
Write a program to print fibonacci series using recursion?
What is the purpose of & in scanf?
What is 2c dna?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
code for replace tabs with equivalent number of blanks
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
in iso what are the common technological language?
Explain what is output redirection?
Why c language is called c?