Can we change the value of constant variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
to find the closest pair
How pointer is different from array?
What are the standard predefined macros?
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
What is structure pointer in c?
How can a string be converted to a number?
difference between string and array?
What is the memory allocated by the following definition ? int (*x)();
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is the -> in c?
can anyone suggest some site name..where i can get some good data structure puzzles???