Answer Posted / ms kumar
In c the program will divided into different functions.it
useful whenever u need to update a particular part .
| Is This Answer Correct ? | 22 Yes | 1 No |
Post New Answer View All Answers
How are variables declared in c?
Explain how do you sort filenames in a directory?
What are pointers? What are stacks and queues?
Write a program to check whether a number is prime or not using c?
Can we use any name in place of argv and argc as command line arguments?
Explain logical errors? Compare with syntax errors.
What does void main () mean?
a c code by using memory allocation for add ,multiply of sprase matrixes
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
How are pointers declared in c?
What is keyword with example?
Is printf a keyword?
What header files do I need in order to define the standard library functions I use?
What is a pragma?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25