in ‘C’ language for Matrix Multiplication fails” Introspect
the causes for its failure and write down the possible
reasons for its failure.
No Answer is Posted For this Question
Be the First to Post Answer
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
Explain what is the difference between declaring a variable and defining a variable?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
What are local and global variables?
Write a program to compute the following 1!+2!+...n!
What is the scope of local variable in c?
write a program to swap two numbers without using temporary variable?
What will be your course of action for a push operation?
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
What are 3 types of structures?