#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 4656what 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 8357. 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 22929Given 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 9317Post New Oracle C Interview Questions
What is the difference between a method and a property?
What is lazy loading in linq?
How do you think you would get a physician to switch to drug?
Editing multiple delay commands using bulk edit?
Can arraylist store int?
What are ibeacons?
What are the disadvantages of using css preprocessors?
Hello sir i finished my BE computer 2009 batch. I'm not gud at programming like 0 knowledge and i'm not interested in it too . Except this programming field is anyother option to afford into a new one ??????? can anyone help me plz
What do you do when your wordpress website is hacked?
why was the inbond process of vodafone
Which object is used to add relationship between two Datatables?
Do I need jdk or jre?
What are the Difficulties you found while testing your module ? plese give the possible difficulties.
What are string functions?
What causes black heart of potato?