c program for searching a student details among 10 student
details


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

Post New Answer

More C Interview Questions

What does c mean before a date?

0 Answers  


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


How can this be legal c?

0 Answers  


main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }

6 Answers  


Can the size of an array be declared at runtime?

0 Answers  






What are the different data types in C?

0 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


What is bubble sort technique in c?

0 Answers  


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...

0 Answers  


WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS

4 Answers  


What is the main difference between calloc () and malloc ()?

0 Answers  


what is an array

5 Answers  


Categories