Is void a keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
Give me the code of in-order recursive and non-recursive.
How can I insert or delete a line (or record) in the middle of a file?
How can I read a directory in a c program?
What is typeof in c?
what is the role you expect in software industry?
Explain modulus operator.
swapping of two numbers without using third variable using AND and OR operators
What does c in a circle mean?
What is dynamic variable in c?
write a program to display the array elements in reverse order in c language
Ow can I insert or delete a line (or record) in the middle of a file?
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none