what is the structure pointer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain following declaration int *P(void); and int (*p)(char *a);
main() { printf("hello%d",print("QUARK test?")); }
why we are using float in C
What is getche() function?
Why we use stdio h in c?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
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.
What is restrict keyword in c?
Is c compiled or interpreted?
Why do we need a structure?
difference between function & structure
Tell me what is null pointer in c?