What is NULL pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is methods in c?
write a program to display numbers from 1 to 10 and 10 to 1?
What are the different types of storage classes in C?
What is the advantage of c?
Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES
Can we declare variables anywhere in c?
Explain about block scope in c?
Explain what is the difference between far and near ?
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
What is a pointer and how it is initialized?