List some applications of c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in c to print 1 121 12321 1234321 123454321
11 Answers ANR, College School Exams Tests, Mu Sigma, Wipro,
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); }
how to make a scientific calculater ?
The variables are int sum=10,SuM=20; these are same or different?
Are the variables argc and argv are local to main?
count the numbers between 100 and 300, that star with 2 and ends with 2
Explain 'bit masking'?
write a c program to change only the 3rd bit of the particular number such that other bits are not affected.. if bitnum=10(say.. it can be any no..
Program to display given 3 integers in ascending order
which will be first in c compiling ,linking or compiling ,debugging.
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
Write a C program to count the number of email on text