How macro execution is faster than function ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between NULL and NUL?
Why is structure padding done in c?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
Why ca not I do something like this?
read a number & print all its devisors using c-program?
Explain what is a 'locale'?
Explain #pragma statements.
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
print 1-50 with two loop & two print Statement
diff between exptected result and requirement?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
How do I get an accurate error status return from system on ms-dos?