Explain what are preprocessor directives?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of a semicolon (;) at the end of every program statement?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }
Can i use “int” data type to store the value 32768? Why?
What is the difference between functions getch() and getche()?
write a program to display the frequency of each element in a given array in c language
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error
What is the memory allocated by the following definition ? int (*x)[10];
Can a pointer be static?
how to swap 2 numbers within a single statement?
How to receive strings with spaces in scanf()
Explain 'bus error'?