Explain why c is faster than c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is the difference between Printf(..) and sprint(...) ?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
main() { int i=400,j=300; printf("%d..%d"); }
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
Is javascript written in c?
what is difference between declaring the pointer as int and char in c language?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.
What is the purpose of realloc()?
code for replace tabs with equivalent number of blanks
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )