Answer Posted / e
(.) is the period operator
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
What is the difference between memcpy and memmove?
What is self-referential structure in c programming?
What is the use of bit field?
Are global variables static in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What are the types of c language?
What is the significance of c program algorithms?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Tell me is null always defined as 0(zero)?
Where is volatile variable stored?
Why pointers are used?
What is action and transformation in spark?
what do the 'c' and 'v' in argc and argv stand for?
Explain how can I read and write comma-delimited text?
Why we use conio h in c?