Explain how do you declare an array that will hold more than 64kb of data?
No Answer is Posted For this Question
Be the First to Post Answer
How do we print only part of a string in c?
Explain how can a program be made to print the line number where an error occurs?
What is the heap?
what is uses of .net
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is void pointers in c?
we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
How to set a variable in the environment list?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
How can I convert a number to a string?
Is main() function predfined or userdefined?
What is the basic structure of c?