Is c still used in 2019?
What is the need of structure in c?
How can I allocate arrays or structures bigger than 64K?
writw a program to insert an element in the begning of a doubly linked list
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
While(1) { } when this loop get terminate is it a infinite loop?
what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
How can I manipulate individual bits?
What is difference between arrays and pointers?
difference between string and array?
Explain what is page thrashing?
What does *p++ do? What does it point to?