Explain what are bus errors, memory faults, and core dumps?
No Answer is Posted For this Question
Be the First to Post Answer
List the difference between a While & Do While loops?
What is void main ()?
21. #define square(x) x*x main() { int i; i = 64/square(4); printf("%d",i); }
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Write a program to print “hello world” without using semicolon?
how do you programme Carrier Sense Multiple Access
What are the types of data files?
How can I read in an object file and jump to locations in it?
what is a headerfile?and what will be a program without it explain nan example?
Why is it that not all header files are declared in every C program?
Why pointers are used in c?
What is the difference between break and continue?