What is period operator in c?
Answers were Sorted based on User's Feedback
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 |
Answer / pavan sai
it is used to retrieve data within the time intervals
| Is This Answer Correct ? | 3 Yes | 2 No |
Whats s or c mean?
Is python a c language?
What is union and structure?
Explain the difference between the local variable and global variable in c?
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
What is the difference function call by value & function call by reference?
Why is struct padding needed?
What is volatile variable in c with example?
why program counter is 16 bit?
How we can insert comments in a c program?
Is double link list a linear data structure? If Yes, Why?If No, Why?