write an algorithm to display a square matrix.
No Answer is Posted For this Question
Be the First to Post Answer
Using which language Test cases are added in .ptu file of RTRT unit testing???
What does int main () mean?
The variables are int sum=10,SuM=20; these are same or different?
Explain how do you print only part of a string?
what is a static function
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
What is #define in c?
Find if a number is power of two or not?
What is the use of c language in real life?
What is a rvalue?
What does the message "automatic aggregate intialization is an ansi feature" mean?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56