Read two numbers from keyboard and find maximum of them?
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
write a program to display the numbers in the following format 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 2 2 2 2 3 3 3 4
When should we use pointers in a c program?
What is the role of && operator in a program code?
write a string copy function routine?
HOW TO SWAP TWO NOS IN ONE STEP?
What are the differences between new and malloc in C?
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
What does 4d mean in c?
write a program to remove duplicate from an ordered char array? in c
Write a small C program to determine whether a machine's type is little-endian or big-endian.
What is a scope resolution operator in c?