how to execute with out main in cprogram
Answer Posted / shashank
isme bhi yahi ho raha hai
but with a trick
pls anyone can give me good links(url) to master c
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Write a program to find the biggest number of three numbers in c?
Difference between macros and inline functions? Can a function be forced as inline?
What are register variables? What are the advantage of using register variables?
how to create duplicate link list using C???
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
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 is the difference between the = symbol and == symbol?
Why doesnt long int work?
Are local variables initialized to zero by default in c?
What's the total generic pointer type?
What is the difference between local variable and global variable in c?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Explain what is a const pointer?
Explain the term printf() and scanf() used in c language?
How many data structures are there in c?