Explain what is a stream?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int a; a=++100; printf("%d",a); getch(); }
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
an algorithem for the implementation of circular doubly linked list
what is uses of .net
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is the heap?
Write a simple program to find the size of different basic data types in C.
2. What does static variable mean?
Do pointers store the address of value or the actual value of a variable?
coding for Fibonacci.?
in malloc and calloc which one is fast and why?
What is the maximum length of an identifier?