Answer Posted / pravin
bugs.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
Can a file other than a .h file be included with #include?
Array is an lvalue or not?
C program to find all possible outcomes of a dice?
What is the process to generate random numbers in c programming language?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Where register variables are stored in c?
Explain what are its uses in c programming?
What is the value of c?
how to find anagram without using string functions using only loops in c programming
Should I learn data structures in c or python?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
Tell me when would you use a pointer to a function?
Differentiate call by value and call by reference?
Lists the benefits of c programming language?