Are comments included during the compilation stage and placed in the EXE file as well?
What is the use of gets and puts?
Difference between null pointer and dangling pointer?
What are the different types of control structures?
what is the little endian and big endian?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
write a c prog for removing duplicate character from an array and sorting remaining elements using a single array
What is meant by keywords in c?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
How do I read the arrow keys? What about function keys?
Explain what is the difference between null and nul?
do you think its fraud or original company?
Write a program to print numbers from 1 to 100 without using loop in c?