What is logical error?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); }
27 Answers Advent Global Solutions, CitiGroup, Valeo Lighting Systems India Private Limited, Vishal Transformers, Wipro, Zencer,
Juxtapose the use of override with new. What is shadowing?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Write a program to find whether the given number is prime or not?
While(1) { } when this loop get terminate is it a infinite loop?
What is output redirection?
What is the purpose of the fflush() function in C?
what is the use of ~ in c lang?????
Can a pointer point to null?
What is the purpose of ftell?
write a program to swap two variables a=5 , b= 10 without using third variable
What are linker error?