Explain what are multibyte characters?
No Answer is Posted For this Question
Be the First to Post Answer
What is the general form of #line preprocessor?
Here is a neat trick for checking whether two strings are equal
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
What happens if you free a pointer twice?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What does the format %10.2 mean when included in a printf statement?
1 What is a Data Structure?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
What is difference between %d and %i in c?
What is the process to generate random numbers in c programming language?
What is the value of c?