A program to write a number of letters and numbers, such as counting and display
No Answer is Posted For this Question
Be the First to Post Answer
what is the format specifier for printing a pointer value?
Hi, main() { } Is a user defined function or Built in Functionn
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?
how to construct a simulator keeping the logical boolean gates in c
How can you find out how much memory is available?
Tell me what are bitwise shift operators?
What are pointers in C?
What do you mean by Recursion Function?
What does & mean in scanf?
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
What is structure packing in c?