How many parameters should a function have?
No Answer is Posted For this Question
Be the First to Post Answer
find the sum of two matrices and WAP for it.
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 LOW LEVEL LANGUAGE?
What is the c value paradox and how is it explained?
write a program in c to read array check element is present or not?
what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175
How can I use a preprocessorif expression to ?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE
the question is that what you have been doing all these periods (one year gap)
3. When do you say that a digraph is acyclic A)if and only if its first search does not have back arcs B)a digraph is acyclic if and only if its first search does not have back vertices C)if and only if its first search does not have same dfnumber D)None of these
How many types of operator or there in c?