How many types of errors are there in c language? Explain
No Answer is Posted For this Question
Be the First to Post Answer
Can one function call another?
Explain what are its uses in c programming?
What are data types in c language?
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
how to make a scientific calculater ?
What is difference between structure and union in c?
what is constant pointer?
Is that possible to store 32768 in an int data type variable?
What is the meaning of c in c language?
What is the purpose of ftell?