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 |
Why we use void main in c?
write a “Hello World” program in “c” without using a semicolon?
what is linkage error when it occurs in c program
Dear Sir, we are required the bubble sorting programs Regs Prem
what is the output on the screen? int n; n=printf("my name is %d",printf("kiran %d",printf("kumar"))); printf("\n %d \n",n);
What's a good way to check for "close enough" floating-point equality?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
when user give a number it multiply with 9 without useing '+' and '*' oprator
Write a program to find whether the given number is prime or not?
What library is sizeof in c?
How do you search data in a data file using random access method?
. Write a program to get a string and to convert the 1st letter of it to uppercase