How do you declare a variable that will hold string values?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
implement general tree using link list
How are variables declared in c?
difference between c and c++
Explain high-order and low-order bytes.
why ordinary variable store the later value not the initial
What are register variables? What are the advantage of using register variables?
How can you pass an array to a function by value?
What is the difference between far and near in c?
how to make a scientific calculater ?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Give the rules for variable declaration?