Answer Posted / naveen
from low to high =, ==, +, ++
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
With the help of using classes, write a program to add two numbers.
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
What are pragmas and what are they good for?
What is the difference between text and binary modes?
What are the usage of pointer in c?
please send me the code for multiplying sparse matrix using c
What is a static variable in c?
What are the different file extensions involved when programming in C?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
How many types of errors are there in c language? Explain
What is c programing language?
a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor
Which header file is used for clrscr?
What is a built-in function in C?