Is it better to use malloc() or calloc()?
No Answer is Posted For this Question
Be the First to Post Answer
Is it better to use a macro or a function?
Explain what math functions are available for integers? For floating point?
How can I direct output to the printer?
What is header file definition?
write a own function to compare two strings with out using stringcomparition function?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
Explain what does it mean when a pointer is used in an if statement?
give one ip, find out which contry
why 'c' is called middle level language.
Add Two Numbers Without Using the Addition Operator
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.