Answer Posted / mannava pravallika
Yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many levels deep can include files be nested?
How can I write a function analogous to scanf?
Explain the difference between the local variable and global variable in c?
Is a pointer a kind of array?
What is the difference between malloc calloc and realloc in c?
How are Structure passing and returning implemented by the complier?
Can we access the array using a pointer in c language?
What are extern variables in c?
p*=(++q)++*--p when p=q=1 while(q<=6)
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Do you know what are bitwise shift operators in c programming?
How pointers are declared?
What is #include conio h?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Why main is not a keyword in c?