What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
5 22761write 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 16310WHAT 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 3837
What is the difference between char array and char pointer?
What are header files? What are their uses?
What is wrong with this program statement? void = 10;
Why do some versions of toupper act strangely if given an upper-case letter?
Why do we use stdio h and conio h?
Write a program that accept anumber in words
Can we declare variable anywhere in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What’s a signal? Explain what do I use signals for?
what is the role you expect in software industry?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is the collection of communication lines and routers called?
Write a program to print "hello world" without using a semicolon?
What does 2n 4c mean?
Explain what is the use of a semicolon (;) at the end of every program statement?