What is period operator in c?

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


Please Help Members By Posting Answers For Below Questions

What is the scope of static variables in c language?

624


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2604


What happens if header file is included twice?

650


What is the purpose of ftell?

595


can we implement multi-threads in c.

659






Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?

574


a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.

4540


What is a pointer and how it is initialized?

605


What does typedef struct mean?

654


What does 3 mean in texting?

608


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

624


How can I rethow can I return a sequence of random numbers which dont repeat at all?

700


code for find determinent of amatrix

1513


What is wild pointer in c with example?

571


In c language can we compile a program without main() function?

573