How can variables be characterized?
No Answer is Posted For this Question
Be the First to Post Answer
How can you check to see whether a symbol is defined?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are 3 types of structures?
What are the 4 types of organizational structures?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
What is page thrashing?
When can you use a pointer with a function?
How can you draw circles in C?
how can i sort numbers from ascending order and descending order using turbo c..
what is array?
find a number whether it is even or odd without using any control structures and relational operators?
22 Answers Microsoft, Shashank Private Limited,
What is a scope resolution operator in c?