a program that can input number of records and can view it
again the record


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

Post New Answer

More C Interview Questions

what is difference between array,strutter,union and pointers

3 Answers   CTS, Lovely Professional University, Mannar Company,


Implement bit Array in C.

0 Answers   GrapeCity,


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


main is a predefined or user define function if user defined why? if predefined whay?

12 Answers   TCS,


What is the difference between the local variable and global variable in c?

0 Answers  


Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"

1 Answers  


How do you print only part of a string?

0 Answers  


What does a function declared as pascal do differently?

0 Answers  


what is meant by flushll() in c programming?

1 Answers  


What is data structure in c language?

0 Answers  


In c programming language, how many parameters can be passed to a function ?

0 Answers  


Categories