How can I direct output to the printer?
No Answer is Posted For this Question
Be the First to Post Answer
how to swap two integers 1 and 32767 without using third variable
What is the advantage of c?
wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }
C language questions for civil engineering
number of times a digit is present in a number
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
how to swap four numbers without using fifth variable?
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001
Write a program in c to print * * * * * *******
Why #include is used in c language?
What is scope and lifetime of a variable in c?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?