What is static memory allocation? Explain
No Answer is Posted For this Question
Be the First to Post Answer
How can I automatically locate a programs configuration files in the same directory as the executable?
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
Is c is a low level language?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
what r callback function?
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
What is sizeof array?
Explain the binary height balanced tree?
What does the characters “r” and “w” mean when writing programs that will make use of files?
how to get starting address of a running C program
two progs are given. one starts counting frm 0 to MAX and the other stars frm MAX to 0. which one executes fast.
What are the uses of null pointers?