Write the program that calculates and prints the average of
several integers. Assume that the last value read is
sentinel 9999.
No Answer is Posted For this Question
Be the First to Post Answer
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What is bss in c?
What is the difference between malloc calloc and realloc in c?
Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
What is New modifiers?
Does c have circular shift operators?
What is main () in c language?
why division operator not work in case of float constant?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Can you please explain the difference between syntax vs logical error?
What is this pointer in c plus plus?
What is wild pointer in c?