What is the difference between #include and #include 'file' ?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointer to pointer in c with example?
write a program to display reverse of a number using for loop?
Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
when to use : in c program?
C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What does #pragma once mean?
What is the difference b/w Structure & Array?
Explain 'bus error'?
What is structure padding in c?
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.
what do structure language means?