Answer Posted / shruti
arthi computers..
i think 5 characters is 0 - 5 and not 1- 5...
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why is c not oop?
In C language what is a 'dangling pointer'?
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
What are the types of assignment statements?
What is variable declaration and definition in c?
Differentiate between calloc and malloc.
how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software
Why do we use main function?
explain what are pointers?
How can I prevent another program from modifying part of a file that I am modifying?
What is a structural principle?
What is the right way to use errno?
What are the types of data files?
How do you define CONSTANT in C?
Why can arithmetic operations not be performed on void pointers?