C/C++ QUESTIONS
"Write a function for finding out highest and lowest marks obtained by a student from an
array contained student name and marks".
For Example :
GetHighestLowestMarks{Student{n}, Marks{n}} returns an arraycontain student name and marks.
View Answers
Ads
Related Tutorials/Questions & Answers:
basic c/c++ questions
basic
c/
c++ questions Are the Control statements like if(),while() in built functions?
if no, why not as they satisfy all the properties of a function
basic c/c++ questions
basic
c/
c++ questions Are the Control statements like if(),while() in built functions?
if no, why not as they satisfy all the properties of a function
Advertisements
C/C++ QUESTIONS
C/
C++ QUESTIONS â??Write a function for finding out the occurences of repeated word from a sentence. This
function would return an array of duplicate words.â
C/C++ QUESTIONS
C/
C++ QUESTIONS "Write a function for finding out highest and lowest marks obtained by a student from an
array contained student name and marks".
For Example :
GetHighestLowestMarks{Student{n}, Marks{n}} returns
Ask C/C++ Questions online
Ask
C/
C++
Questions online
C and
C++ are different programming language, but both the languages are popular among programmers.
C is a general
C,C++
C,
C++ Sir,
100&30 gives output 4 in
C++ and
100|30 gives output 116
How & and | gives output 4 and 116
C,C++
C,
C++ int i=100,j=20;
int
c=i&j;
int r=i|j;
printf("%d",
c);
printf("%d",r);
#include<stdio.h>
#include<conio.h>
void main(){
int i=100,j=20; int
c=i&j; int r=i|j;
printf("%d",
c);
printf("%d",r
C/C++/JAVA Question on function
C/
C++/JAVA Question on function "Write a function to find out common... other data type also.�
Question can be solved in
C,
C++ or JAVA.
(Recommneded -
C
ModuleNotFoundError: No module named 'C-C-Py'
ModuleNotFoundError: No module named '
C-
C-Py' Hi,
My Python program is throwing following error:
ModuleNotFoundError: No module named '
C-
C-Py'
How to remove the ModuleNotFoundError: No module named '
C-
C-Py'
beginners questions
beginners questions I need all the possible Java beginners
questions to prepare for an Interview
Java interview questions
Java interview questions Plz answer the following
questions... - 1
b. -231 to 231 - 1
c. -264 to 264
d. -232 to 232 - 1
Which of the following is not a hexadecimal number?
(A) 999
(B) (hex)23
(
C) 0x556
(D) 0x1F2
Java Questions & Java FAQ
Java
Questions & Java FAQ
 ... have listed the Java
Questions which are commonly asked. Our collection of frequently asked
questions (FAQ)
will provide you brief answers to many common
programming questions
programming questions this is my assignment
questions please help me... the programs in
c# language
Describe the following with respect... concepts.
Write a program in
C# language to perform the following operations:
a. Basic
questions
questions
Q. 1 programes on if....else
1. write a program... of a student out of 100 and print grades using else .... if ladder
Q. 2... calculator
2. write a program to print no of days in a given month
Q. 3
Related Questions
Related Questions Hi,
I am beginner in Data Science and machine learning field. I am searching for
the tutorials to learn:
Related
Questions
Try to provide me good examples or tutorials links so that I can learn the
topic
multiple choice questions program
multiple choice
questions program how can i implement the program to store 10 multiple choice
questions in one class to develop a oneline quiz with using java language