Answer Posted / manish soni
period operator is a main operator bcoz it is used to
access the strutre member .
s.n1
s.n2
....like that.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
How are strings stored in c?
Which is better oop or procedural?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What is the difference between exit() and _exit() function?
What is adt in c programming?
What are the different types of control structures in programming?
What is keyword with example?
How do you view the path?
What's the right way to use errno?
Why is it that not all header files are declared in every C program?
Explain the difference between malloc() and calloc() function?
Tell me what is the purpose of 'register' keyword 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
Can we assign string to char pointer?
Do pointers store the address of value or the actual value of a variable?