What would happen to X in this expression: X += 15; (assuming the value of X is 5)
No Answer is Posted For this Question
Be the First to Post Answer
What is Lazy evaluation in C? Give an example.
Why is %d used in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
How to print India by nested loop? I IN IND INDI INDIA
What is actual argument?
Why we use break in c?
What is a Deque?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
define c
Explain about the functions strcat() and strcmp()?
Which one would you prefer - a macro or a function?