Explain what is the advantage of a random access file?
What is the use of the restrict keyword?
What 'lex' does?
What is c definition?
What is Memory leakage ?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
What is data types?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
What are the 4 types of functions?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
implement NAND gate logic in C code without using any bitwise operatior.
What is the main differences between C and Embedded C?
What character terminates all strings composed of character arrays? 1) 0 2) . 3) END