Do you have any idea how to compare array with pointer in c?
Explain how can I remove the trailing spaces from a string?
What is the use of define in c?
How can you read a directory in a C program?
What do you mean by dynamic memory allocation in c? What functions are used?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
Do you know the purpose of 'register' keyword?
Explain the red-black trees?
Explain why can’t constant values be used to define an array’s initial size?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Is c is a middle level language?
Why is a semicolon (;) put at the end of every program statement?
How will you write a code for accessing the length of an array without assigning it to another variable?