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 6296Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
1 4166
What is the best way to comment out a section of code that contains comments?
Explain what is a static function?
How do you use a 'Local Block'?
What oops means?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is dynamic dispatch in c++?
What is hash table in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
What is size of union in c?
Can we assign integer value to char in c?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Differentiate between null and void pointers.
Why pointers are used?
Process by which one bit pattern in to another by bit wise operation is?