Answer Posted / samarasam
I) Inside the Structure we can use Property,Indexes,etc..
II) Both constants and enumerations may be defined within a
structure,
III) Multiple constructors can be created within a
structure.
IV) EVENTS is possible in structures
v) Memory wise differ
| Is This Answer Correct ? | 31 Yes | 15 No |
Post New Answer View All Answers
What are c identifiers?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Why c is called procedure oriented language?
how many key words availabel in c a) 28 b) 31 c) 32
Why void main is used in c?
What is an array in c?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
#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 do you mean by dynamic memory allocation in c?
What is a built-in function in C?
What is the purpose of type declarations?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
difference between Low, Middle, High Level languages in c ?
What do mean by network ?