Answer Posted / ranjitha
one - 1
Two - 2
and so on
Nine - 9
Ten - 10
Eleven - 11
twelev - 12
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How will you delete a node in DLL?
What is an arrays?
Why c is called top down?
Can we assign integer value to char in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What are multibyte characters?
FILE PROGRAMMING
In C programming, how do you insert quote characters (‘ and “) into the output screen?
How are pointers declared in c?
C program to find all possible outcomes of a dice?
Is it better to use malloc() or calloc()?
What does %2f mean in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Define macros.