c program for searching a student details among 10 student
details
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use namespace feature?
How to swap 3 numbers without using 4th variable?
write a program which will count occurance of a day between two dates.
What is a function in c?
wtite a program that will multiply two integers in recursion function
Why does the call char scanf work?
list the no of files created when c source file is compiled
Explain what is #line used for?
If you know then define #pragma?
What does calloc stand for?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
What is LINKED LIST? How can you access the last element in a linked list?