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 |
In how much time you will write this c program? Prime nos from 1 to 1000
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
What is wrong with this program statement?
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
what is memory leak?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
could u able to tell about suresoft technical session
What is a buffer in c?