Answer Posted / arun kumar
#include<stdio.h>
#include<conio.h>
#define decode(s,t,u,m,p,e,d) m##s##u##t
#define begin decode(a,n,i,m,a,t,e)
int begin()
{
printf(" hello ARUN");
getch();
}
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
which type of aspect you want from the student.
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What does void main return?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
Do you know what are bitwise shift operators in c programming?
Is c call by value?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Is file a keyword in c?
What are the types of arrays in c?
What is main () in c language?
Tell me about low level programming languages.
Explain how can a program be made to print the name of a source file where an error occurs?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What are the ways to a null pointer can use in c programming language?