what is the syallabus of computer science students in group-
1?


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

Post New Answer

More C Interview Questions

Which is the memory area not included in C program? give the reason

0 Answers   IBM, TCS,


AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?

13 Answers   HCL,


What is a structure member in c?

0 Answers  


Write a C program that defines a 2-dimentional integer array called A [50][50]. Then the elements of this array should randomly be initialized either to 1 or 0. The program should then print out all the elements in the diagonal (i.e. a[0][0], a[1][1],a[2][2], a[3][3], ……..a[49][49]). Finally, print out how many zeros and ones in the diagonal.

3 Answers   Infosys,


How to set file pointer to beginning c?

0 Answers  






What is nested structure?

0 Answers  


sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.

1 Answers  


What is malloc calloc and realloc in c?

0 Answers  


Which one would you prefer - a macro or a function?

0 Answers  


how should functions be apportioned among source files?

0 Answers  


program in c to print 1 to 100 without using loop

9 Answers   Wipro,


Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)

1 Answers   HTC,


Categories