Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Explain the Difference between the New and Malloc keyword.
What is a static variable in c?
Are c and c++ the same?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Is using exit() the same as using return?
Explain how can you restore a redirected standard stream?
Explain what is the benefit of using const for declaring constants?
When should I declare a function?
What is the difference between printf and scanf in c?
Explain what are preprocessor directives?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is function and its example?
Should I learn data structures in c or python?
How can a string be converted to a number?