Can we declare function inside main?
No Answer is Posted For this Question
Be the First to Post Answer
x=2,y=6,z=6 x=y==z; printf(%d",x)
13 Answers Bharat, Cisco, HCL, TCS,
find the minimum of three values inputted by the user
Is there anything like an ifdef for typedefs?
Hi, main() { } Is a user defined function or Built in Functionn
What is difference between structure and union with example?
Three major criteria of scheduling.
How can we see the Expanded source code and compiled code for our source program in C?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
wt is diference between int and int pointer as same as float and float pointer and char and char pointer
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
What are bit fields? What is their use?
What’s the special use of UNIONS?