without using arithmatic operator convert an intger variable
x into x+1
Answer Posted / geeta
x++
| Is This Answer Correct ? | 2 Yes | 13 No |
Post New Answer View All Answers
Explain what is meant by 'bit masking'?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Explain output of printf("Hello World"-'A'+'B'); ?
Linked lists -- can you tell me how to check whether a linked list is circular?
Is calloc better than malloc?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Write a program for Overriding.
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Explain union. What are its advantages?
What is memory leak in c?
What is output redirection?
When should a far pointer be used?
What is typeof in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
How do you generate random numbers in C?