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
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Why is c so powerful?
How do you generate random numbers in C?
When should a type cast not be used?
What does %d do in c?
When should a far pointer be used?
What is a lookup table in c?
What is pointer & why it is used?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What was noalias and what ever happened to it?
How to set file pointer to beginning c?
Do array subscripts always start with zero?
How can I call fortran?
Is there a way to switch on strings?