Difference between MAC vs. IP Addressing
No Answer is Posted For this Question
Be the First to Post Answer
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is 1d array in c?
design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What does %d do?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
What is null pointer in c?
Should I learn c before c++?
What is define directive?
write a program to reverse the words in the sentence.NOTE:not reverse the entire string but just the occurance of each word
Explain the difference between exit() and _exit() function?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations