Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
5 16374main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
AMCAT, HCL, Ramco, Zycus Infotech,
7 26968main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?
10 19386#define swap1(a,b) a=a+b;b=a-b;a=a-b; main() { int x=5,y=10; swap1(x,y); printf("%d %d\n",x,y); swap2(x,y); printf("%d %d\n",x,y); } int swap2(int a,int b) { int temp; temp=a; b=a; a=temp; return; } what are the outputs?
4 20186#include
#include
#include
how to convert binary to decimal and decimal to binary in C lanaguage
BPO, Far East Promotions, IBM, RBS,
7 28212
How to pass custom table name in model?
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
Explain how to execute a php script using command line.
How many arguments can the range() function take?
What is set () in python?
write a program to generate address labels using structures?
Does hash use “ #==” or “#eql?” To compare hash keys?
What are your weaknesses examples?
Does django use sql?
Does php support polymorphism?
How do I create an objective c class in xcode?
What are the uses of static class data?
Does python have a ternary conditional operator?
Will the using WordPress help my site show up on Google?
What does stand for?