Answer Posted / ricky dobriyal
/* hello i am ricky dobriyal student of bca from simt
kashipur*/
c source file converted into exe file automatically when
you run the program
thank you..
| Is This Answer Correct ? | 8 Yes | 24 No |
Post New Answer View All Answers
Why we use stdio h in c?
What are the 5 organizational structures?
What is unsigned int in c?
What is character constants?
How can I split up a string into whitespace-separated fields?
When the macros gets expanded?
Why is a semicolon (;) put at the end of every program statement?
Explain what is the difference between functions getch() and getche()?
What is difference between stdio h and conio h?
What do you mean by invalid pointer arithmetic?
What is a const pointer in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
using for loop sum 2 number of any 4 digit number in c language
Explain how does free() know explain how much memory to release?
Can you add pointers together? Why would you?