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 are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
main() { clrscr(); } clrscr();
What is the purpose of void in c?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
Who developed c language?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
Whats s or c mean?
related proverb of "dont count your chicken before it hatches"
What is the difference between formatted&unformatted i/o functions?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
how can we Declare a variable in c without defining it.
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.