can any one provide me the notes of data structure for
ignou cs-62 paper


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a program for print infinite numbers

3 Answers   Wipro,


Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


what is the output of the following program? main() { int c[]={2,8,3,4,4,6,7,5}; int j,*p=c,*q=c; for(j=0;j<5;j++) { printf("%d",*c); ++q; } for(j=0;j<5;j++) { printf("%d",*p); ++p; } }

4 Answers  


write a c prog for removing duplicate character from an array and sorting remaining elements using a single array

1 Answers  


Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  






Why c is faster than c++?

0 Answers  


Is it valid to address one element beyond the end of an array?

0 Answers  


Why C language is a procedural language?

0 Answers   Ericsson,


Code for calculating square root without using library function, of math.h

4 Answers   IBM,


write a program to arrange the contents of a 1D array in ascending order

4 Answers  


Is c is a high level language?

0 Answers  


what is the full form of c language

9 Answers   Satyam, TCS, VNC,


Categories