#include
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
1 4503what is the output of the program??
#include
what is the output of the program and explain why??
#include
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 8124. 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 22319Given 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 9122Post New Oracle C Interview Questions
How can you find out how many rows returned in a cursor?
Why don't you continue in research?
Inverter. converter. Ups.MCB.solar.alternators. motors.
why you are interested in F&B service
From semantic point of view of S/4 HANA what are the categories of CDS views?
what happened when you overrate the customer?
What r all the risks u r facing while doing a project?
Difference between maven scope compile and provided for jar packaging?
How do I use the default xml namespace to refer to element type names in an xml namespace?
How we can install node js?
What is LINQ provider and what are different types of LINQ providers?
How does oak blight spread?
Explain the various traditional embroidery techniques of India.
What are the varoius components of physical database structure of oracle database?
Give Any three special cases of computation of capital Gain U/s 45(1A) to 45(6)?