Answer Posted / avinash
C IS A PROGRAMMING LANGUAGE.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Describe the order of precedence with regards to operators in C.
Write a program of prime number using recursion.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Can a void pointer point to a function?
What does double pointer mean in c?
What the advantages of using Unions?
Can we initialize extern variable in c?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Why isn't it being handled properly?
largest Of three Number using without if condition?
Are c and c++ the same?
What does node * mean?
What is the use of clrscr?
How can I make it pause before closing the program output window?
Why is C language being considered a middle level language?