What is difference between class and structure?
No Answer is Posted For this Question
Be the First to Post Answer
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
0 Answers Sikkim Manipal University,
Explain how can a program be made to print the line number where an error occurs?
What does sizeof function do?
2. Write a function called hms_to_secs() that takes three int values—for hours, minutes, and seconds—as arguments, and returns the equivalent time in seconds.. Create a program that exercises this function by repeatedly obtaining a time value in hours, minutes, and seconds from the user (format 12:59:59), calling the function, and displaying the value of seconds it returns.
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
why division operator not work in case of float constant?
What is meant by type casting?
What is Memory leakage ?
Write a factorial program using C.
How do I get an accurate error status return from system on ms-dos?
wite a programme in c to linear search a data using flag and without using flags?
Write a program to print fibonacci series using recursion?