a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation
a) circular
b) ordinary
c) array
d) linear list
No Answer is Posted For this Question
Be the First to Post Answer
How can I remove the leading spaces from a string?
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
wap to print "hello world" without using the main function.
void main() { int i=5; printf("%d",i++ + ++i); }
print 1-50 with two loop & two print Statement
Is null always equal to 0(zero)?
What is a string?
#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }
When should the const modifier be used?
what are the compilation steps? ( i want inside the compiler )
What is difference between Structure and Unions?
count the numbers between 100 and 300, that star with 2 and ends with 2