Explain what are bus errors, memory faults, and core dumps?
No Answer is Posted For this Question
Be the First to Post Answer
What are pointers? Why are they used?
What is the purpose of scanf() and printf() functions?
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
Explain that why C is procedural?
what is the stackpointer
What is equivalent to ++i+++j?
how to create c progarm without void main()?
What is the difference between text and binary modes?
what is the difference between #include<> and #include”…”?
how can we Declare a variable in c without defining it.
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
where are auto variables stored? What are the characteristics of an auto variable?