Explain logical errors? Compare with syntax errors.
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }
11 Answers CISOC, CitiGroup, College School Exams Tests,
Write a progarm to find the length of string using switch case?
What is include directive in c?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
program for following output using for loop? 1 2 3 4 5 2 3 4 5 3 4 5 4 5 5
What is the difference between the local variable and global variable in c?
write an algorithm and a program to count the number of elements in a circularly singly linked list
what is a function method?give example?
What is else if ladder?
The statement, int(*x[]) () what does in indicate?
What is #pragma statements?
What is getche() function?