
hi.. im developing online exam for c programming in jsp..
i read the question from database as a string
suppose
String ques="#include<stdio.h>main(){int i;for(i=0;<100;i++){printf("hai");}}";
i want to print the string in html page as
#include<stdio.h>
main(){
int i;
for(i=0;<100;i++){
printf("hai");
}
}
how is it possible? plz plz help me.. it is in jsp
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.