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 general form of function in c?

0 Answers  


what is a far pointer

12 Answers   ABB, DRDO, ITI, Maruti Suzuki, Steel Plant, TCS, Toyota, Vivo Mobiles,


what is the code to display color fonts in the output?

1 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


What is the scope of static variables?

1 Answers  






What is information technology.

1 Answers  


Explain how can a program be made to print the name of a source file where an error occurs?

0 Answers  


How can I find out if there are characters available for reading?

0 Answers  


2.Given the short c program that follows a. make a list of the memory variables in this program b.which lines of code contain operations that change the contents of memory? what are those operations? Void main( void) { Double base; Double height; Double area; Printf(“enter base and height of triangle :”); Scanf(“%lg”, &base); Scanf(“%lg”, &height); Area=base*height/2.0; Printf(“the area of the triangle is %g \n”,area); }

1 Answers   Wipro,


code for copying two strings with out strcpy() function.

6 Answers  


Explain how can you avoid including a header more than once?

0 Answers  


what is difference between declaring the pointer as int and char in c language?

3 Answers  


Categories