#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 4577what 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 8250. 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 22691Given 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 9243Post New Oracle C Interview Questions
Name few java.lang classes introduced with java 8 ?
How does azure cloud work?
What languages support spark?
What is icu and ics in Acb and how many time icu or ics passes from breaker?
What are the advantages of autotransformer?
how man listed companies are there in NSE/BSE.
Can constructor return value?
How does dynamic memory allocation help in managing data?
What is the difference between ext and extssh?
How do I zip a powerpoint file?
For example for formation of a new company/offshore company you need to show paid up capital of 100K but you don't have 100K you as a director borrow loan of 100K from 3rd party and deposit in the bank as paid up capital and issued shares of 100K in director name. After one week you return back 3rd part loan. What are the entries in the books?
is mysql query is case sensitive? : Sql dba
What is required properties in yii application? Why?
Why plc require in analog input 4-20amp & 0-10 volt?
How will apps change with android 2.2?