here ;) = ; )
Given two programmes are same ??? if yes then try both with these inputs 4 2 3 -1 4 -1 -2 4 i am getting different answers :/ don't know why??...
I wrote code for sinx But it is showing output as INF Why INF?? what's wrong with code .... plz help #include<stdio.h> #include<math.h> int...
Why dont we use '&' in the case of strings in function scanf ?? e.g. :- scanf("%s",date); here date is a character array means string. There...
one more question :P Why dont we use '&' in the case of strings in function scanf ?? e.g. :- scanf("%s",date); here date is a character...
#include<stdio.h> void main() { printf("%d",printf("Computer")); } has a output = 8 Why ? please explain someone. :confused:
(1). #include<stdio.h> int main() { printf("The single quote \' is this "); } (2). #include<stdio.h> int main() { printf("The single quote ' is...
Separate names with a comma.