what is the most appropriate way to write a multi-statement
macro?
what is the c source code for the below output? 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1
what is a function method?give example?
What is double pointer?
What do you mean by keywords in c?
What is binary tree in c?
what is the difference between declaration ,defenetion and initialization of a variable?
What is use of null pointer in c?
code for inverse a matrix
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
what is bit rate & baud rate? plz give wave forms
Why pointers are used?
how to find the kth smallest element in the given list of array elemnts.