Answer Posted / raavi.swami
#include<stdio.h>
#define begin main
void begin()
{
printf("Hello");
}
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
With the help of using classes, write a program to add two numbers.
Explain the ternary tree?
can any one provide me the notes of data structure for ignou cs-62 paper
How can you find the day of the week given the date?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Who is the founder of c language?
What is ambagious result in C? explain with an example.
What is a const pointer in c?
Differentiate between Macro and ordinary definition.
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Where does the name "C" come from, anyway?
Is c is a low level language?
Explain function?
When should a far pointer be used?
What are predefined functions in c?