Why are all header files not declared in every c program?
No Answer is Posted For this Question
Be the First to Post Answer
How will you delete a node in DLL?
How many parameters should a function have?
What is the difference between fork() and vfork()?
What's the difference between constant char *p and char * constant p?
Why is it important to memset a variable, immediately after allocating memory to it ?
what is the structure?
WHAT IS HIGH LEVEL LANGUAGE?
What is define directive?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar