wat is the difference between array and pointer?
Answer Posted / lucky
In a arry we have to specify length before we use.
But in the case of poiters we don't need.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
what are bit fields? What is the use of bit fields in a structure declaration?
Can we declare variable anywhere in c?
When was c language developed?
Tell us the use of fflush() function in c language?
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
How do you construct an increment statement or decrement statement in C?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the benefit of using #define to declare a constant?
How can I send mail from within a c program?
Where are the auto variables stored?
What is local and global variable in c?
Define VARIABLE?
What does emoji p mean?
program for reversing a selected line word by word when multiple lines are given without using strrev