Read two numbers from keyboard and find maximum of them?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
What is the difference between a string and an array?
What is the difference between i++ and i+1 ?(in terms of memory)
What is the newline escape sequence?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
Why & is used in scanf in c?
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
Explain what is the heap?
Write a program to print fibonacci series without using recursion?
how do you redirect stdout value from a program to a file?
nic scientist exam
Juxtapose the use of override with new. What is shadowing?