What is break statement?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
What are pointers? What are stacks and queues?
What are the types of i/o functions?
What is infinite loop?
Explain what is a 'locale'?
program for swapping two strings by using pointers in c language
Why is c so popular?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
What is pre-emptive data structure and explain it with example?
write a program to compare 2 numbers without using logical operators?
Why doesn't C support function overloading?