What are logical errors and how does it differ from syntax errors?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different types of pointers?
what are enumerations in C
Why do we use return in c?
How we can insert comments in a c program?
What is the difference between int main and void main in c?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
how c source file in converted to exe file
What is the correct declaration of main?
what is the size of an integer variable?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
What’s the special use of UNIONS?