Answer Posted / ram
its programming language.its developed by writing program
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the default value of local and global variables in c?
Explain how do you sort filenames in a directory?
What are the Advantages of using macro
If I have a char * variable pointing to the name of a function ..
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
What is the use of bit field?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
What is a static variable in c?
What is cohesion and coupling in c?
What is the difference between malloc() and calloc()?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Write a code of a general series where the next element is the sum of last k terms.
What is define directive?
Is fortran faster than c?
Why are algorithms important in c program?