What is difference between %d and %i in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile variable in c?
Write a program to identify if a given binary tree is balanced or not.
By using C language input a date into it and if it is right?
What do you understand by friend-functions? How are they used?
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
write a c program to find the probability of random numbers between 1-1000
Explain how can you tell whether two strings are the same?
Combinations of fibanocci prime series
What are 'near' and 'far' pointers?
what are the advantage and disadvantage of recursion
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Can you please explain the difference between strcpy() and memcpy() function?