Answer Posted / gsrinivas
enum data type usally user defined.
for ex:
enum{sunday,monday,tuesday};
enum x;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Write the control statements in C language
which is an algorithm for sorting in a growing Lexicographic order
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How would you rename a function in C?
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
if p is a string contained in a string?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is a null pointer in c?
What is sizeof int?
c program for searching a student details among 10 student details
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 do you mean by recursion in c?
What is static function in c?
What is a stream?
What are structure types in C?