How to develop software using "c" programming?
Answer / t.ilaya raja perumal
the software were devoloped through the c cocding
| Is This Answer Correct ? | 6 Yes | 2 No |
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
How will you find a duplicate number in a array without negating the nos ?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
difference between semaphores and mutex?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
how can I convert a string to a number?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Illustrate it summing the series 2+4+6+......to n terms using (i) while loop (ii) do-while loop
why u join this call center?
what is the difference between structure and union?
Hai why 'c' is the middle language