write a program to print largest number of each row of a 2D
array
No Answer is Posted For this Question
Be the First to Post Answer
what is object oriental programing?
# 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
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is meant by keywords in c?
What are the types of macro formats?
write a program to print calender using for loop.
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Explain About fork()?
How do I use strcmp?
Write a program in c using only loops to print * * * * * *******
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is an array in c?