How will you divide two numbers in a MACRO?
No Answer is Posted For this Question
Be the First to Post Answer
How can I access an I o board directly?
write a c program that prints all multiples of 3between 1 and 50.
How the processor registers can be used in C ?
What is a pointer in c plus plus?
How to explain the final year project as a fresher please answer with sample project
When should the register modifier be used? Does it really help?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
can u give me the good and very optimised code for a car racing game?
Why isn't any of this standardized in c? Any real program has to do some of these things.
I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
How can I use a preprocessorif expression to ?