What is period operator in c?

Answers were Sorted based on User's Feedback



What is period operator in c?..

Answer / e

(.) is the period operator

Is This Answer Correct ?    23 Yes 2 No

What is period operator in c?..

Answer / 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

What is period operator in c?..

Answer / pavan sai

it is used to retrieve data within the time intervals

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More C Interview Questions

which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;

5 Answers   Assurgent, TCS,


write a c program to store and print name,address,roll.no of a student using structures?

7 Answers  


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


How can I find the modification date and time of a file?

0 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,






What are conditional operators in C?

0 Answers   Adobe,


Is c is a high level language?

0 Answers  


How can I pad a string to a known length?

0 Answers  


What does the message "automatic aggregate intialization is an ansi feature" mean?

0 Answers  


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

0 Answers  


In header files whether functions are declared or defined?

1 Answers   TCS,


What is volatile keyword in c?

0 Answers  


Categories