can anyone proide me reading material on
svit00ef27@yahoo.com please thanx in advance
Answer Posted / 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 |
Post New Answer View All Answers
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is pass by reference in functions?
What is a const pointer?
What is const keyword in c?
What is "Duff's Device"?
What is register variable in c language?
When should a type cast be used?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
How can I remove the leading spaces from a string?
What would be an example of a structure analogous to structure c?
Can you please explain the scope of static variables?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is mean by data types in c?
What language is windows 1.0 written?
What functions are used in dynamic memory allocation in c?