Why pointers are used in c?
No Answer is Posted For this Question
Be the First to Post Answer
provide an example of the Group by clause, when would you use this clause
Is it possible to execute code even after the program exits the main() function?
when user give a number it multiply with 9 without useing '+' and '*' oprator
how to swap 2 numbers in a single statement?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
What are the different types of errors?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
What is a floating point in c?
What is putchar() function?
When should the volatile modifier be used?