Explain how can you restore a redirected standard stream?
Are there constructors in c?
What is array within structure?
how to get starting address of a running C program
program for comparing 2 strings without strcmp()
what is the use of fflush() function?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
convert 12345 to 54321 withoutusing strig
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
What is sizeof array?
What is the benefit of using #define to declare a constant?
How do you construct an increment statement or decrement statement in C?
What is the significance of an algorithm to C programming?