Answer Posted / srinivas aro
#deefine m main
m()
{
printf(" max computers ch.pet guntur disrtct A.P");
}
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
Why header file is used in c?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
show how link list can be used to repersent the following polynomial i) 5x+2
Can true be a variable name in c?
What is nested structure with example?
what will be maximum number of comparisons when number of elements are given?
When can you use a pointer with a function?
How do you search data in a data file using random access method?
What is variable initialization and why is it important?
What is the advantage of an array over individual variables?
What is function pointer c?
Can two or more operators such as and be combined in a single line of program code?
What is actual argument?
Can we declare variable anywhere in c?
What is clrscr ()?