IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / biranchi parida
generally in turbo c++ 3.0 to above version it can't
possible but possible if we declared float linking point
declaration
in such way globally after header file
float a,*b;
b=&a;
after this declaration structure can take array
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why clrscr is used in c?
How can I write a function that takes a format string and a variable number of arguments?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
What is the difference between printf and scanf in c?
What is pointers in c with example?
What does the c preprocessor do?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What are the rules for identifiers in c?
What are disadvantages of C language.
pierrot's divisor program using c or c++ code
What is const volatile variable in c?
Difference between linking and loading?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Explain what is output redirection?