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
Which is better between malloc and calloc?
What is hungarian notation? Is it worthwhile?
Which type of language is c?
Can we declare variable anywhere in c?
What is the best way to store flag values in a program?
How can I sort more data than will fit in memory?
Is int a keyword in c?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
What are the various types of control structures in programming?
Explain what does a function declared as pascal do differently?
In which language linux is written?
Why is sizeof () an operator and not a function?
Is flag a keyword in c?
What are the different types of linkage exist in c?
write a program in c language to print your bio-data on the screen by using functions.