Answer Posted / khaja
ya user define only
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What does do in c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
Did c have any year 2000 problems?
write a program to print data of 5 five students with structures?
Place the #include statement must be written in the program?
#include
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
Where static variables are stored in memory in c?
can we implement multi-threads in c.
What is meant by 'bit masking'?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
difference between native and cross compilers
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
How old is c programming language?
What are integer variable, floating-point variable and character variable?