find out largest elemant of diagonalmatrix
No Answer is Posted For this Question
Be the First to Post Answer
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
What are multidimensional arrays?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is property type c?
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
Sir i need notes for structure,functions,pointers in c language can you help me please
What do you mean by c?
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
What will be your course of action for a push operation?
related proverb of "dont count your chicken before it hatches"
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;