can anyone proide me reading material on
svit00ef27@yahoo.com please thanx in advance
Answer / abhimanyu kumar vatsa
As per question "svit00ef27@yahoo.com" is a e-mail ID and
to read the material on it you should have the password of
this ID.
| Is This Answer Correct ? | 4 Yes | 2 No |
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What does the && operator do in a program code?
The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................
14 Answers HOV Services, IBM, Potty,
how could explain about job profile
for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????
how logic is used
How is a macro different from a function?
What is the use of #include in c?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
from which concept of 'c', the static member function of 'c++' has came?
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}