Why can’t we compare structures?
No Answer is Posted For this Question
Be the First to Post Answer
? ???Mirror Mirror on the wall????????
Why we write conio h in c?
What are different storage class specifiers in c?
program to find the second largest word in a paragraph amongst all words that repeat more thn twice
Describe explain how arrays can be passed to a user defined function
What does the file stdio.h contain?
What is the Difference between Class and Struct?
Difference between macros and inline functions? Can a function be forced as inline?
0 Answers HAL, Honeywell, Zomato,
How can I determine whether a machines byte order is big-endian or little-endian?
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
dennis ritchie invented C language in AT&T bell laboratory what is the extension of AT&T?
Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }