Explain null pointer.
No Answer is Posted For this Question
Be the First to Post Answer
Write a factorial program using C.
what is call by value and call by reference
What does the error message "DGROUP exceeds 64K" mean?
dynamically allocate memory for linear array of n integers,store some elements in it and find some of them
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Write a C program to fill a rectangle using window scrolling
What are signals in C?
if p is a string contained in a string?
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
How can I recover the file name given an open stream or file descriptor?
How we can insert comments in a c program?