how many keywords are available in 'c' language
a) 32
b) 34
c) 45
d) 48
Answer Posted / riya
32
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How are pointers declared in c?
What is quick sort in c?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What is the difference between a string and an array?
explain what are pointers?
What does. int *x[](); means ?
What are header files and explain what are its uses in c programming?
Can include files be nested?
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 the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is the use of the function in c?
What is the difference between c &c++?
What is malloc calloc and realloc in c?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Are c and c++ the same?