Explain logical errors? Compare with syntax errors.
No Answer is Posted For this Question
Be the First to Post Answer
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
What is static volatile in c?
what is difference between declaring the pointer as int and char in c language?
Is multithreading possible in c?
write a C and C++ programme to implement the A,bubble sort B,quick sort C,insertion sort D,sequential search E,binary search
What are the different types of control structures?
Do you know the difference between malloc() and calloc() function?
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
can we have joblib in a proc ?
Example of friendly function in c++
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);