What is && in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
1,4,8,13,21,30,36,45,54,63,73,?,?.
10 Answers AMB, Franklin Templeton,
difference between string and array?
What is the advantage of a random access file?
What are types of functions?
Explain what is gets() function?
write a program which will count occurance of a day between two dates.
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'); }
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.
what is difference between array of characters and string