program to find error in linklist.(i.e find whether any
node point wrongly to previous nodes instead of next node)
How to print %d in output
How can I call fortran?
What would be an example of a structure analogous to structure c?
#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?
When should we use pointers in a c program?
Where is c used?
What is the difference between i++ and i+1 ?(in terms of memory)
write a program of bubble sort using pointer?
What is the difference between new and malloc functions?
plz let me know how to become a telecom protocol tester. thank you.
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,