array of pointer
pointer to array
pointer to pointer
Answer Posted / harisankar.k.r.ctl
no
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Describe wild pointers in c?
Are negative numbers true in c?
What is strcmp in c?
What is a stream in c programming?
What is #ifdef ? What is its application?
Write a program to reverse a given number in c language?
What is a memory leak? How to avoid it?
What is the purpose of main() function?
What is the general form of #line preprocessor?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What are valid signatures for the Main function?
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 is the difference between NULL and NUL?
What is c variable?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff