Answer Posted / sindhu
#define my main()
my()
{
printf("hello frnz");
}
| Is This Answer Correct ? | 14 Yes | 7 No |
Post New Answer View All Answers
How macro execution is faster than function ?
Write a simple code fragment that will check if a number is positive or negative.
Is main a keyword in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Explain logical errors? Compare with syntax errors.
How many bytes are occupied by near, far and huge pointers (dos)?
What is the process to create increment and decrement stamen in c?
Tell me can the size of an array be declared at runtime?
What are the 4 types of organizational structures?
What is #error and use of it?
Explain how does free() know explain how much memory to release?
What are the different types of pointers used in c language?
Why is it usually a bad idea to use gets()? Suggest a workaround.
Tell us bitwise shift operators?
What is wrong with this program statement?