Answer Posted / hr@tgksolutions.com
Simple and efficient
Portable
Procedural language
Rich set of built-in functions and operators
Low-level access to memory
Pointer support
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is the purpose of the statement: strcat (S2, S1)?
What is #line?
How can a program be made to print the line number where an error occurs?
What is the use of ?
What do header files do?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is pointer & why it is used?
Is c a great language, or what?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
In C language what is a 'dangling pointer'?
What is the difference between volatile and const volatile?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What is the difference between null pointer and wild pointer?