Explain what does a function declared as pascal do differently?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of pointers?
Why is c called a mid-level programming language?
WAP to find that given no is small or capital
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
Write a programm such that if user enter 11.25 it roundup to 11 but if user enter 11.51 upto 11.99 it will round up to 12 i.e.;convert the floting point value into integer format as explain above..
Explain how do I determine whether a character is numeric, alphabetic, and so on?
Tell me is null always defined as 0(zero)?
How can I allocate arrays or structures bigger than 64K?
What is pragma 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 to reverse singly link list.
What is keyword in c?