Explain the difference between call by value and call by reference in c language?
No Answer is Posted For this Question
Be the First to Post Answer
#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 #ifdef ? What is its application?
Explain what are the standard predefined macros?
What is the heap in c?
How many bytes is a struct in c?
count the numbers between 100 and 300, that star with 2 and ends with 2
How would you find a cycle in a linked list?
Is javascript based on c?
What is the value of h?
Explain 'far' and 'near' pointers in c.
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
Where are local variables stored in c?