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 |
Explain what is a 'locale'?
What is switch in c?
how to find greatet of 10 numbers without using array?
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
Why do we need functions in c?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
What are reserved words with a programming language?
Why is structure padding done in c?
what is pointer?
13 Answers HCL, TCS,
how can i calculate mean,median,mode by using c program
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain