#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 4569what 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 8226. 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 22644Given 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 9229Post New Oracle C Interview Questions
Define common type system (cts)?
Is it too subjective to choose the success factors?
What is apache drill?
WHAT IS THE DIFFERENCE BETWEEN GENERAL INVERTER AND SOLOR INVERTER TELL ME PLZ
Any comments on G20 Summit?
can you give me the solution of iiie
Which is better for future java or python?
Where is data structure used?
In Kotlin can interface have implemented method?
what expectations do you have by own skills?
we have sale material to party and freight paid by us. This freight charged in sale invoice than what is the entry of service tax in this case.
State Laws Of Conservation Of Energy?
How do I change the default decimal places in excel?
What are the exceptions available in android?
HiFriends can you all pls help me in providin me with the answers 1 In which table we store Leads? 2 Types of issues in support?