What is the real difference between arrays and pointers?
Answer Posted / raja
answer#1
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Do string constants represent numerical values?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What are the different types of errors?
What are different types of operators?
Explain how can you restore a redirected standard stream?
What is a constant and types of constants in c?
What is the sizeof () operator?
Explain how can I prevent another program from modifying part of a file that I am modifying?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What are conditional operators in C?
Write a program to print numbers from 1 to 100 without using loop in c?
How can I do serial ("comm") port I/O?
How can I find out if there are characters available for reading?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
How can I recover the file name given an open stream or file descriptor?