find out largest elemant of diagonalmatrix


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

to find the closest pair

0 Answers   Infosys,


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none

7 Answers   Microsoft, TCS,


What is NULL pointer?

0 Answers   Infosys,






What does s c mean in text?

0 Answers  


How do I swap bytes?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


write a c program to check weather a particluar bit is set or not?

5 Answers   IBM,


There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.

1 Answers   HCL, iGate,


What is anagram in c?

0 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


Categories