What is volatile keyword in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the c keywords?
could u able to tell about suresoft technical session
Explain Doubly Linked Lists?
What does the c in ctime mean?
What are local variables c?
What does %p mean?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
what is the difference between unix os and linux os
Define Spanning-Tree Protocol (STP)
What are directives in c?
int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }