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
write a program to find the frequency of a number
how can be easily placed in TCS.
Can we declare variables anywhere in c?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Describe the steps to insert data into a singly linked list.
What are valid signatures for the Main function?
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Where define directive used?
What is a wrapper function in c?
writ a program to compare using strcmp VIVA and viva with its output.
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year