What are the 3 types of structures?
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to have a function as a parameter in another function?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
Why should I use standard library functions instead of writing my own?
what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }
How can you tell whether two strings are the same?
What is difference between Structure and Unions?
What is undefined behavior?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is structure in c language?
IS Doon college of Engn.. has good faculty
Write a program to generate random numbers in c?
How can I handle floating-point exceptions gracefully?