How to find a missed value, if you want to store 100 values in a 99 sized array?
Answer / Gunjan Pandey
You can use the first element as a placeholder for the missing value. If an index is greater than or equal to 99, it indicates that the value at this index is the missing one.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is c still used?
write a c program to print "Welcome" without using semicolon in the whole program ??
plz answer..... a program that reads non-negative integer and computes and prints its factorial
1 1 12 21 123 321 12344231 how i creat it with for loop??
Explain the difference between ++u and u++?
Is c call by value?
Explain the advantages and disadvantages of macros.
what is the benefit of c30
What is the explanation for prototype function in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
Is javascript written in c?