How can I run c program?
what is purpose of fflush(stdin) function
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }
Explain what are bus errors, memory faults, and core dumps?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
what defference between c and c++ ?
what are the stoge class in C and tel the scope and life time of it?
what is the difference between unix os and linux os
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
Why Modern OS are interrupt driven?Give an example
What's the total generic pointer type?
main() { clrscr(); } clrscr();
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }