What is the stack in c?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us two differences between new () and malloc ()?
What is return type in c?
What are global variables?
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..
Why doesnt this code work?
How to add two numbers without using semicolon at runtime
what is the difference between strcpy() and memcpy() function?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
wite a programme in c to linear search a data using flag and without using flags?
Explain what is the concatenation operator?
How many types of functions are there in c?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?