Answer Posted / muthukumar
declearation of one dimensional pointer array having 6
elements like a[0],a[1],a[2],a[3],a[4],a[5].
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
How can a number be converted to a string?
Can you write a programmer for FACTORIAL using recursion?
Is swift based on c?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
How can I call a function with an argument list built up at run time?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Compare and contrast compilers from interpreters.
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Are the variables argc and argv are local to main?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is the difference between a free-standing and a hosted environment?
What are the different types of control structures in programming?
What does node * mean?
What is the difference between strcpy() and memcpy() function in c programming?