What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
5 23175write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 16661WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW
IT COME ..
#include
What are the different flags in C? And how they are useful? And give example for each in different consequences?
1 3984
how could explain about job profile
What is a global variable in c?
How can I direct output to the printer?
Explain how can I open a file so that other programs can update it at the same time?
What is the difference between exit() and _exit() function?
What is zero based addressing?
What is string in c language?
What is maximum size of array in c?
What is the difference between constant pointer and constant variable?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
diff between exptected result and requirement?
What are nested functions in c?
What is the advantage of a random access file?
What is 'bus error'?
How to declare a variable?