Answer Posted / guest
top of the page
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What are the advantages of using macro in c language?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
Define macros.
What is conio h in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
Is fortran faster than c?
How pointer is different from array?
How do you determine the length of a string value that was stored in a variable?
why wipro wase
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
What is pragma c?
What is pointer and structure in c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...