#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 4508what 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 8138. 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 22346Given 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 9132Post New Oracle C Interview Questions
Why use subqueries instead of joins?
What is the difference between the keyword view and expert view?
What is allograft?
What is chat area? Explain.
Write about the use of the virtual destructor?
Explain the linux ‘cd’ command options along with the description?
Explain time profiles.
What is row and column?
What are the 23 design patterns?
why do not u try to get job in your core side(example :-eee)?
Which among the two is preferable for the project- Hadoop MapReduce or Apache Spark?
What is oracle host variable?
Hi Friends, I have completed 3 rounds of an Interview with HR discussion also and got Offer letter from Cognizant, but after in 30 min they send one more email like Offer is on Hold, and its not valid... Could you please guide me any one , Can i expect Offer again from Cognizant or Can i drop the hopes ?.
Explain factless facts?
WHAT IS THE DIFFERENCE B/W LUBE OIL 20 W 40 AND 20 W 40 OIL.