What is const and volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
What oops means?
What is use of null pointer in c?
How does the assert() function work?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
What standard functions are available to manipulate strings?
c program to manipulate x=1!+2!+3!+...+n! using recursion
which one is better structure or union?(other than the space occupied )
What is null pointer in c?
What language is lisp written in?
What is a constant and types of constants in c?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
What is the explanation for modular programming?