Tell us two differences between new () and malloc ()?
What are two dimensional arrays alternatively called as?
Differentiate between Macro and ordinary definition.
How is a pointer variable declared?
What are dangling pointers in c?
What is the process to create increment and decrement stamen in c?
What is the use of bitwise operator?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
Why we use int main and void main?
Explain how can I write functions that take a variable number of arguments?
Discuss the function of conditional operator, size of operator and comma operator with examples.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the newline escape sequence?
What is the difference between the = symbol and == symbol?
What are header files in c?