What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
5 22780write 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 16317WHAT 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 3841
What is the most efficient way to store flag values?
What is actual argument?
Write a program to print “hello world” without using semicolon?
What are run-time errors?
Can you explain the four storage classes in C?
What is variable declaration and definition in c?
What the different types of arrays in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
how logic is used
What is time null in c?
Is c language still used?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
How do I convert a string to all upper or lower case?
How many types of arrays are there in c?
Can a pointer be static?