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
What are two dimensional arrays alternatively called as?
How are structure passing and returning implemented?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is typedf?
What is pointer to pointer in c with example?
What is the advantage of an array over individual variables?
What are qualifiers?
Explain what is the difference between a free-standing and a hosted environment?
What is meant by int main ()?
What is the explanation for the dangling pointer in c?
What are enums in c?
How can you pass an array to a function by value?
Why can’t constant values be used to define an array’s initial size?
What is a program flowchart?
What are local static variables?