what is the c source code for the below output?
5555555555
4444 4444
333 333
22 22
1 1
22 22
333 333
4444 4444
5555555555
No Answer is Posted For this Question
Be the First to Post Answer
wat are the two methods for swapping two numbers without using temp variable??
What is typeof in c?
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is volatile
Why is C called a middle-level language?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
every function has return the value?
What is the use of volatile?
main() { FILE *fs; char c[10]; fs = fopen(“source.txt”, ”r”); /* source.txt exists and contains “Vector Institute” */ fseek(fs,0,SEEK_END); fseek(fs,-3L,SEEK_CUR); fgets(c,5,fs); puts(c); }
Why is void main used?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,