Explain the difference between null pointer and void pointer.
No Answer is Posted For this Question
Be the First to Post Answer
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is Generic pointer? What is the purpose of Generic pointer? Where it is used?
What is the purpose of scanf() and printf() functions?
Describe the order of precedence with regards to operators in C.
value = 0xabcd; for (loop = 1; (value >> 1) & 1 | loop & 1; loop++) { foo(); if (loop & 1) value >>= 1; } how many times is foo() executed?
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
what is the self-referential structure?
sum of two integers values only other then integer it should print invalid input.
How do I access command-line arguments?
What does c mean?
Write a program to identify if a given binary tree is balanced or not.
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.