What header files do I need in order to define the standard library functions I use?
No Answer is Posted For this Question
Be the First to Post Answer
What is a program flowchart and explain how does it help in writing a program?
what is the difference between char * const and const char *?
Why structure is used in c?
without using control structures and control structures find the max and min of given 2 nos
How do you override a defined macro?
What is void pointers in c?
Is using exit() the same as using return?
create an SINGLE LINKED LISTS and reverse the data in the lists completely
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
What is context in c?
What does static variable mean in c?
why division operator not work in case of float constant?