Answer Posted / rakesh ranjan
I AGREE WITH PRITAM AND MANU
................................
Abhradeep Chatterjee is a real STUPID
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can you access memory located at a certain address?
about c language
What is a char in c?
What does. int *x[](); means ?
What is class and object in c?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is the modulus operator?
Define C in your own Language.
Why & is used in scanf in c?
What are high level languages like C and FORTRAN also known as?
When should a type cast not be used?
What is use of pointer?
What are pointers? What are different types of pointers?
Write a program to reverse a given number in c language?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none