What is equivalent to ++i+++j?
No Answer is Posted For this Question
Be the First to Post Answer
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
what is the coding of display the factorial of a number using array and function?
p*=(++q)++*--p when p=q=1 while(q<=6)
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
What do you mean by dynamic memory allocation in c?
What is memcpy() function?
Explain threaded binary trees?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
Write the control statements in C language
What is the advantage of a random access file?
Why c is procedure oriented?