Why is this loop always executing once?
No Answer is Posted For this Question
Be the First to Post Answer
pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.
Calculate 1*2*3*____*n using recursive function??
CAN WE DEFINE ANY FUNCTION WITHIN A FUNCTION.
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
Write a program to print “hello world” without using semicolon?
What does void main return?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
char *p="name"; printf(p);
What is the difference between void main() and int main()?
Why is the code below functioning. According to me it MUST NOT.
long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes
18 Answers Acropolis, HCL, Intel, TCS,
can anyone suggest some site name..where i can get some good data structure puzzles???