What is zero based addressing?
No Answer is Posted For this Question
Be the First to Post Answer
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is an lvalue in c?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Why static variable is used in c?
Is main is a keyword in c?
the operator for exponencation is a.** b.^ c.% d.not available
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
List the variables are used for writing doubly linked list program.
What is a far pointer in c?
What does the c in ctime mean?
What are dangling pointers in c?
write a program to convert a expression in polish notation (postfix) to inline (normal)