What is the difference between typedef struct and struct?
No Answer is Posted For this Question
Be the First to Post Answer
What are file streams?
What is a program flowchart and how does it help in writing a program?
why wipro wase
Which is better pointer or array?
What is an array in c?
What was noalias and what ever happened to it?
write a c program in such a way that if we enter the today date the output should be next day's date.
regarding pointers concept
main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }
5 Answers Amazon, HCL, Thought Works,
biggest of two no's with out using if condition statement
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
how to find anagram without using string functions using only loops in c programming