I ever thought int is the simplest type, indeed it is much more complicated that what I imagined.... Please help me with following code....
I think you have a spelling mistake. There is a strcmp and a strncmp function but not strnicmp.
#include<stdio.h> #include<conio.h> int x=40; int main() { int x=20; printf("%d\n",x); return(0); }
I use GCC in fedora!
Wow! Thanks Pankaj! Its working! :D
Hi! I'm running on Fedora 7 not Windows! How to run C or C++ in linux? :(
Separate names with a comma.