What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these
2 8117. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
9 22279Given a piece of code int x[10]; int *ab; ab=x; To access the 6th element of the array which of the following is incorrect? (A) *(x+5) (B) x[5] (C) ab[5] (D) *(*ab+5} .
2 9105What is the o/p of the follow pgm?
#include
suppose you want to use a trigger in existing standard apps form and its not available in personalization neither in custom.pll. How you will address the issue ?
3 7839do u print this format '(((())))'. This brackets is based on user input like 4 or 5 or 6,without using any loop's?
1 3874write a program that prints a pascal triangle based on the user input(like how many stages) in an efficient time and optimized code?
3 6917write script for finding number of broken links in web page? kindly please answer my question.
3 17350When the Internal Requisition will get generate if I define an OSP operation in sequence 30. 10 & 20 will be other than OSP operations.
2 10327Post New Oracle Interview Questions
Why is stored procedure faster than query?
What is a txt file used for?
1. How can u know that the DB has connected to ur WLS? 2. What happen when u deploy a ear file in web applications? 3. What happen when ur DB and proxy server(Apache) are down n ur weblogic server is up? 4. How can u configure ur proxy server(Apache)? 5. How can the proxy server(Apache) communicate with ur WLS? 6. How the request process to ur WLS through the Proxy server(Apache)? 7. How can u know that ur heap memory is full? 8. When will u do garbage collection?
Can I make my own toolbars in ms word?
What is the use of web api ? Why web api needed, if you have already restful services using wcf ?
How do I create a shared time update in excel?
how to get a list of columns in an existing table? : Sql dba
Enlists the applications of sampled data systems?
What is a sigmoid function in Machine learning?
Whether Pig Latin language is case-sensitive or not?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Why we should not use triggers?
What is jsonresponse?
What does node * mean?
How to handle upgrades in drupal?