How can you tell whether a program was compiled using c versus c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different data types in C?
wat is the difference between array and pointer?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
What is the modulus operator?
What is the difference b/w Structure & Class?
what is diference between return 0 and return NULL??
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
What is union and structure?
Explain the properties of union. What is the size of a union variable
Famous puzzles which are generally asked by companies during interviews ?
What is a string?
#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..