What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
5 22968write 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 16492WHAT 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 3914
How can a program be made to print the name of a source file where an error occurs?
write a program for the normal snake games find in most of the mobiles.
Explain how can I avoid the abort, retry, fail messages?
Explain what is the benefit of using an enum rather than a #define constant?
Write a program to check armstrong number in c?
Write a program to swap two numbers without using the third variable?
What is the process of writing the null pointer?
What are the types of i/o functions?
What is integer constants?
I need previous papers of CSC.......plz help out by posting them.......
How to write a multi-statement macro?
How can I prevent another program from modifying part of a file that I am modifying?
What is floating point constants?
What are structural members?
What are c header files?