Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Oracle C Interview Questions
Questions Answers Views Company eMail

What is the o/p of the follow pgm? #include main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none

2 4399

do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?

1 3124

write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?

3 5821

Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 2893

What is the output of the program #include #include void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 8019

I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1715

Post New Oracle C Interview Questions


Oracle C Interview Questions


Un-Answered Questions

You are out to sell, what is your objective?

621


You raise a new spool request.the spool buffer was already full. What will happen to the request? Where would the request get stored?

1


Explain what particle sizes are electrostatic precipitators used to remove?

543


Can you run exe files on chromebook?

524


Why documentation testing is important?

1549






What are the security laws which are implemented to secure data in a cloud ?

297


When is static variable loaded? Is it at compile time or runtime? When exactly a static block is loaded in java?

481


What are the 3 types of ai?

51


What is your U.S. geographic preference?

1785


How do I uninstall programs on windows?

437


Can inheritance be used in perl? Explain with the help of an example.

490


What is your phone in windows 10?

426


What are the difference between @injectable() vs. @Inject() in angular 2?

424


You wan to automatically create and locate storage locations on inventory management. What you you do?

583


How Does The Stress Test Account For Non-performing Loans?

629