What does a pointer variable always consist of?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program of advanced Fibonacci series.
Explain how do you determine a file’s attributes?
Explain what does the function toupper() do?
what is compiler
What is the exact difference between '\0' and ""
Can i use Two or More Main Funtion in any C program.?
Explain what header files do I need in order to define the standard library functions I use?
What is structure of c program?
What is derived datatype in c?
Is a house a shell structure?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
#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..