How can I increase the allowable number of simultaneously
open files?
Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
what about "char *(*(*a[])())();"
What are two dimensional arrays alternatively called as?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
what is the output? #define fun(a,b,t) (g ##t=(a),(a)=(b),(b)=g##t) float gfloat; main() { float a=1.12,b=3.14; fun (a,b,float); printf("na=%4.2f,b=%4.2f",a,b); } A)Error in Defining Macro B)a=1.12,b=3.14 C)a=3.14,b=1.12 D)None of the Above
3 Answers Accenture, Infosys, Wipro,
What are the primitive data types in c?
Explain what are the standard predefined macros?
How can I return multiple values from a function?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
Explain what is the stack?
What is the use of parallelize in spark?