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
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is union and structure?
What is 2c dna?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
What is the purpose of & in scanf?
What is the easiest sorting method to use?
How can I recover the file name given an open stream or file descriptor?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Tell me what are bitwise shift operators?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
Why is struct padding needed?
Explain how can I write functions that take a variable number of arguments?
What is main () in c language?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What was noalias and what ever happened to it?