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

Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????

3 Answers   TCS,


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


what are the languages used in c#?

3 Answers   Infosys,


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

0 Answers  






write a program that explain #define and # undef directive

1 Answers  


write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

1 Answers   iGate, Shashi, Source Bits, Subex,


Expand the following LKB BKL FFG

0 Answers  


Why doesnt the call scanf work?

0 Answers  


What is the difference between Printf(..) and sprint(...) ?

0 Answers   InterGraph,


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


Is sizeof a keyword in c?

0 Answers  


Categories