Answer Posted / sanjay
printf("\hai"");
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is hungarian notation? Is it worthwhile?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is the heap in c?
What is the value of uninitialized variable in c?
What is structure in c language?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is #include stdlib h?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
Explain the difference between null pointer and void pointer.
what do the 'c' and 'v' in argc and argv stand for?
Do you know null pointer?
By using C language input a date into it and if it is right?
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
why programs in c are running with out #include