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 is the code for 3 questions and answer check in VisualBasic.Net?
What are integer variable, floating-point variable and character variable?
What is extern keyword in c?
Explain spaghetti programming?
Explain what are the standard predefined macros?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
Write a program which returns the first non repetitive character in the string?
How do we declare variables in c?
Which is more efficient, a switch statement or an if else chain?
difference between Low, Middle, High Level languages in c ?
Apart from dennis ritchie who the other person who contributed in design of c language.
How can I list all of the predefined identifiers?
Why do we write return 0 in c?