Answer Posted / priyanka
As iam fresher i want to stratup my career with good organisation so dell is the good brranded company
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a global variable in c?
What is floating point constants?
can anyone please tell about the nested interrupts?
What is difference between static and global variable in c?
What is a function in c?
Disadvantages of C language.
difference between Low, Middle, High Level languages in c ?
what do the 'c' and 'v' in argc and argv stand for?
What are the types of functions in c?
What is s in c?
Add Two Numbers Without Using the Addition Operator
Are the variables argc and argv are always local to main?
What is a nested loop?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are dangling pointers in c?