Tell me what is null pointer in c?
No Answer is Posted For this Question
Be the First to Post Answer
Does c have circular shift operators?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Explain which function in c can be used to append a string to another string?
What is the meaning of && in c?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,
Why c is faster than c++?
What is the size of a union variable?
WHAT IS C?
void main() { int i=5; printf("%d",i+++++i); }
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
Tell me what are bitwise shift operators?
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe