who is the father of C Language?
Answers were Sorted based on User's Feedback
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
What are the various types of control structures in programming?
What are the types of unary operators?
How can I sort more data than will fit in memory?
What is variable in c with example?
What is the OOPs concept?
a simple program in c language
Expand the following LKB BKL FFG
Why is struct padding needed?
What is restrict keyword in c?
What's a "sequence point"?
how to add two numbers without using arithmetic operators?