What is && in c programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

0 Answers   Genpact,


1,4,8,13,21,30,36,45,54,63,73,?,?.

10 Answers   AMB, Franklin Templeton,


difference between string and array?

6 Answers  


What is the advantage of a random access file?

0 Answers  


What are types of functions?

0 Answers  


Explain what is gets() function?

0 Answers  


write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

0 Answers   Wilco,


What is false about the following A compound statement is a.A set of simple statments b.Demarcated on either side by curly brackets c.Can be used in place of simple statement d.A C function is not a compound statement.

5 Answers   CCEM, TCS,


what is difference between array of characters and string

18 Answers   Accenture, Nest,


Categories