When I tried to go into a security sites I am denied access and a
message appeared saying 'applet not initialize'. How can I rectify this
problem.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the advantage of software development

1 Answers  


What is the scope of static variables?

1 Answers  


void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?

1 Answers  


What is the main differences between C and Embedded C?

9 Answers  


what is c++ programming?

3 Answers   TCS,






Explain what is the difference between functions getch() and getche()?

0 Answers  


How to delete a node from linked list w/o using collectons?

0 Answers   Zycus Infotech,


What is graph in c?

0 Answers  


Differentiate between declaring a variable and defining a variable?

0 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  


Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


What does c mean in basketball?

0 Answers  


Categories