wap to print "hello world" without using the main function.
Answer Posted / abhradeep chatterjee
its not possible.
| Is This Answer Correct ? | 11 Yes | 19 No |
Post New Answer View All Answers
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 of advanced Fibonacci series.
What are the general description for loop statement and available loop types in c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Explain what is dynamic data structure?
Is c easy to learn?
Explain how many levels deep can include files be nested?
Can include files be nested?
Write a program to generate the Fibinocci Series
What Is The Difference Between Null And Void Pointer?
Explain what is the difference between the expression '++a' and 'a++'?
What is typedf?
How are variables declared in c?
What is a newline escape sequence?
what type of questions arrive in interview over c programming?