Answer Posted / andeep singh
Pointer is faster than array if there is only one pointer used
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What functions are in conio h?
What are the advantage of c language?
explain what is a newline escape sequence?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is the mean of function?
Explain the use of 'auto' keyword
Is exit(status) truly equivalent to returning the same status from main?
What is sizeof int in c?
What is the difference between a string and an array?
Explain how can I write functions that take a variable number of arguments?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What are lookup tables in c?
What are the key features in c programming language?
Why c is called procedure oriented language?
Process by which one bit pattern in to another by bit wise operation is?