write an algorithm to display a square matrix.


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

Post New Answer

More C Interview Questions

What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


What is wild pointer in c with example?

0 Answers  


what is the use of ‘auto’ keyword?

1 Answers  


What is the difference between fread and fwrite function?

0 Answers  


how to print this sereis 2 4 3 6 5..........?

3 Answers  






How can I find leaf node with smallest level in a binary tree?

1 Answers  


Explain the use of keyword 'register' with respect to variables.

0 Answers  


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


What are the various topologies? Which one is the most secure?

2 Answers  


How to implement call back functions ?

3 Answers   HP,


write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview

2 Answers   Satyam, UNIS, Wipro,


#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }

4 Answers   HCL,


Categories