Can you please explain the difference between syntax vs logical error?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by recursion in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
what does keyword ‘extern’ mean in a function declaration?
How does free() know explain how much memory to release?
What are .h files and what should I put in them?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What are local static variables? How can you use them?
Can you please compare array with pointer?
How many levels of pointers have?
what is difference between ANSI structure and C99 Structure?
What is typedef?