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'
JSF Basic Interview Questions
JSF
Basic Interview
Questions
JavaServer Faces (JSF) is a component-based... convenient, we have listed some
basic and most common
questions, frequently asked in the interview. Having adequate knowledge in JSF
Basic Interview
questions
programming questions
concepts.
Write a program in
C# language to perform the following operations:
a.
Basic...programming questions this is my assignment
questions please help me... the programs in
c# language
Describe the following with respect
Learn Java in 24 hours
and programmers having knowledge of
C,
C++. They can have a
basic idea for Java
language within 24 hours as Java is based on
C and
C++ language. Most of the
syntax of Java are similar to that of
C and
C++ so developers don't find
Is it possible to learn basic Java in a month?
Is it possible to learn
basic Java in a month? Hi,
I am big fan of programming language and during my college I did some programming in
c/
c++. Now....
Is it possible to learn
basic Java in a month?
Thanks
Is it possible to learn basic Java in a month?
Is it possible to learn
basic Java in a month? Hi,
I am big fan of programming language and during my college I did some programming in
c/
c++. Now....
Is it possible to learn
basic Java in a month?
Thanks
Is it possible to learn basic Java in a month?
Is it possible to learn
basic Java in a month? Hi,
I am big fan of programming language and during my college I did some programming in
c/
c++. Now....
Is it possible to learn
basic Java in a month?
Thanks
Is it possible to learn basic Java in a month?
Is it possible to learn
basic Java in a month? Hi,
I am big fan of programming language and during my college I did some programming in
c/
c++. Now....
Is it possible to learn
basic Java in a month?
Thanks
Is it possible to learn basic Java in a month?
Is it possible to learn
basic Java in a month? Hi,
I am big fan of programming language and during my college I did some programming in
c/
c++. Now....
Is it possible to learn
basic Java in a month?
Thanks
Is it possible to learn basic Java in a month?
Is it possible to learn
basic Java in a month? Hi,
I am big fan of programming language and during my college I did some programming in
c/
c++. Now....
Is it possible to learn
basic Java in a month?
Thanks
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
basic html
basic html what is the difference between html4 and html5
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
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