diff between exptected result and requirement?
No Answer is Posted For this Question
Be the First to Post Answer
What will be the output of x++ + ++x?
What is linear search?
What is main function in c?
writw a program to insert an element in the begning of a doubly linked list
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
What is modifier & how many types of modifiers available in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
which header file contains main() function in c?
17 Answers Google, HCL, TCS,
why do we use # in c-language?
1 232 34543 4567654 can anyone tell me how to slove this c question
What are the general description for loop statement and available loop types in c?
What is a program flowchart and explain how does it help in writing a program?