Answer Posted / naveen
from low to high =, ==, +, ++
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is sizeof int in c?
State the difference between x3 and x[3].
How to write a code for reverse of string without using string functions?
What is return in c programming?
Write a program to reverse a linked list in c.
What is putchar() function?
Write a program to implement queue.
Define circular linked list.
Why does everyone say not to use scanf? What should I use instead?
Why do we use int main instead of void main in c?
Explain how to reverse singly link list.
What is a volatile keyword in c?
How does sizeof know array size?
What is the difference between the = symbol and == symbol?