Answer Posted / ajay009ajay@yahoo.co.in
every group of element be arranged in either mathematical or
logical way, understanding of mathematical or logical way
are known as data structure.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
write a program to generate address labels using structures?
When should the const modifier be used?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What are the features of c languages?
What are the disadvantages of external storage class?
#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); }
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What are integer variable, floating-point variable and character variable?
How can I call fortran?
What is a pointer variable in c language?
What is getch () for?
What is an lvalue?
explain what are actual arguments?
Explain the advantages and disadvantages of macros.
What does the error 'Null Pointer Assignment' mean and what causes this error?