Explain about the constants which help in debugging?
No Answer is Posted For this Question
Be the First to Post Answer
Can true be a variable name in c?
what are the advantage and disadvantage of recursion
do you think its fraud or original company?
What is use of #include in c?
Can I pass constant values to functions which accept structure arguments?
write a program which will count occurance of a day between two dates.
Why c is called free form language?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
the operator for exponencation is a.** b.^ c.% d.not available
Explain output of printf("Hello World"-'A'+'B'); ?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
What is uint8 in c?