What is #pragma statements?
No Answer is Posted For this Question
Be the First to Post Answer
What are dangling pointers in c?
What is meant by int main ()?
Consider the following C program. #include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain
what is the difference between NULL('\0') and 0?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
Explain the advantages of using macro in c language?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is a class c rental property?
Not all reserved words are written in lowercase. TRUE or FALSE?
can we declare a function in side the structure?
Define Array of pointers.
What does & mean in scanf?