Do you know pointer in c?
What is variable declaration and definition in c?
how to make a scientific calculater ?
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 in C to swap two variables
There seem to be a few missing operators ..
main() { int i=5; printf("%d",++i + i); } output is 10 ------------------------ main() { int i=5; printf("%d",i++ + i); }output is 12 why it is so? give appropiate reason....
What are the different pointer models in c?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
Tell me what is null pointer in c?
How can we allocate array or structure bigger than 64kb?
What is function pointer c?
i got 75% in all semester am i eligible for your company