Explain the advantages of using macro in c language?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
Is main is user defined function?
how many key words availabel in c a) 28 b) 31 c) 32
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
How can I return multiple values from a function?
Difference between Function to pointer and pointer to function
what is the difference between getch() and getchar()?
what is the code to display color fonts in the output?
What is pointer in c?
If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.
write a prgram of swapping with 2 valiables