In C language, a variable name cannot contain?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of data types and explain?
. 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
How can you access memory located at a certain address?
Describe the header file and its usage in c programming?
The file stdio.h, what does it contain?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
Are the outer parentheses in return statements really optional?
difference between c and c++?
Does c have function or method?
WHAT IS LOW LEVEL LANGUAGE?
Give me the code of in-order recursive and non-recursive.
Why is c so powerful?