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
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
How to compare array with pointer in c?
what is the structure?
What are data structures in c and how to use them?
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
difference of two no's with out using - operator
wap in c to accept n number display the highest and lowest value
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Find the middle node in the linked list?? (Note:Do not use for loop, count and count/2)
1. main() { printf("%d",printf("HelloSoft")); } Output?