What is function prototype?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by int fun const(int a, int b) { .... ... }
union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }
What is function prototype in c with example?
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000
What does a function declared as pascal do differently?
Why c is called free form language?
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 static identifier?
Find if a number is power of two or not?
define string ?