What is the difference between text and binary modes?
No Answer is Posted For this Question
Be the First to Post Answer
logic for x=y^n
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
Is c object oriented?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
Are comments included during the compilation stage and placed in the EXE file as well?
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
What is %g in c?
How do you define a function?
What is the use of the sizeof operator?
Write a program to write a given string in maximum possibilities? i.e str[5]="reddy"; i.e we can write this string in 120 ways for that write a program
How can type-insensitive macros be created?
wap in c to accept a number display the total count of digit