Simplify the program segment if X = B then C ← true else C
← false
write a 'c' program to sum the number of integer values
What is an array in c?
IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
What is meant by int fun const(int a, int b) { .... ... }
Why cann't whole array can be passed to function as value.
Can I initialize unions?
When is a “switch” statement preferable over an “if” statement?
Explain how does free() know explain how much memory to release?
Explain the difference between call by value and call by reference in c language?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Why is extern used in c?