#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 4580what 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 8257. 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 22697Given 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 9248Post New Oracle C Interview Questions
what is the role of the persistence layer in SAP HANA?
There are many monetary signs in excel97 but I have not found one yet for the new euro currency. Any suggestions?
How many types of documents are supported by wpf?
How do I create a newsletter in word 2007?
Tell me about Dnamic and Static Dashboards?
What do you mean by component scrap?
How it is different from gsm?
condition Autotrip facia come on control panel of electrical transmission line?
Explain what is sap pp?
Tell me about your ability to work under pressure
Mention what is the difference between “ActionResult” and “ViewResult” ?
Notice a few Transformations and Actions?
What are limitations of DBSCAN?
What is a template design?
What are statistics, under what circumstances they go out of date, how do you update them?