get any number as input except 1 and the output will be 1.without using operators,expressions,array,structure.don't print 1 in printf statement
3 5180input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure
IBM,
4 6300Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 4170
Explain what is a stream?
What is a program flowchart and how does it help in writing a program?
Differentiate between null and void pointers.
What is the correct declaration of main?
What is d scanf?
Are negative numbers true in c?
What functions are used in dynamic memory allocation in c?
How can you return multiple values from a function?
How to Throw some light on the splay trees?
why return type of main is not necessary in linux
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What do you mean by invalid pointer arithmetic?
What is wrong with this program statement? void = 10;
write a program to find out prime number using sieve case?
How do I swap bytes?