What is the purpose of realloc()?
No Answer is Posted For this Question
Be the First to Post Answer
How can I manipulate individual bits?
write a program to swap two variables a=5 , b= 10 without using third variable
difference between ordinary variable and pointer in C?
what is the use of keyword volatile??
where does it flourished?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
How do we open a binary file in Read/Write mode in C?
What is an lvalue and an rvalue?
Is null equal to 0 in sql?
Explain what is the general form of a c program?
how can i print "hello"
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.