can you change name of main()?how?
Answers were Sorted based on User's Feedback
Answer / sindhu
#define my main()
my()
{
printf("hello frnz");
}
| Is This Answer Correct ? | 14 Yes | 7 No |
Answer / srinivas aro
#deefine m main
m()
{
printf(" max computers ch.pet guntur disrtct A.P");
}
| Is This Answer Correct ? | 12 Yes | 7 No |
Answer / nithya
#define m main
#include<stdio.h>
void m()
{
printf("Hai");
}
| Is This Answer Correct ? | 1 Yes | 1 No |
what is the little endian and big endian?
How can I find the day of the week given the date?
How can a number be converted to a string?
what is a static function
What does *p++ do? What does it point to?
char ch="{'H','I',0};printf("%s",ch);what is output
what is the use of pointers
What is the purpose of clrscr () printf () and getch ()?
Why is not a pointer null after calling free?
What is the sizeof () operator?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
List some of the static data structures in C?