Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
No Answer is Posted For this Question
Be the First to Post Answer
What are all different types of pointers in c?
What is the use of f in c?
how to go with this?
what is the hardware model of CFG( context free grammar)
List some basic data types in c?
How to delete a node from linked list w/o using collectons?
main() { printf("hello"); fork(); }
What is the use of the restrict keyword?
What is a union?
can we store values and addresses in the same array? explain
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Subtract Two Number Without Using Subtraction Operator