What is the use of c language in real life?
No Answer is Posted For this Question
Be the First to Post Answer
can we write a program in c for printf and scanf without using header file stdio.h
What is the difference between variable declaration and variable definition in c?
I came across some code that puts a (void) cast before each call to printf. Why?
how do you execute a c program in unix.
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Why is c used in embedded systems?
What is the difference between a string and an array?
Is multithreading possible in c?
Write a program to check armstrong number in c?
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?
Explain how do you list a file’s date and time?
An array name contains base address of the array. Can we change the base address of the array?