How can I open files mentioned on the command line, and parse option flags?
No Answer is Posted For this Question
Be the First to Post Answer
how to find sum of 5 digits in C?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
C program to find all possible outcomes of a dice?
How can I read data from data files with particular formats?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
Why do we write return 0 in c?
Tell us something about keyword 'auto'.
Why main function is special give two reasons?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
fn f(x) { if(x<=0) return; else f(x-1)+x; }
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm