Is c programming hard?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What is a MAC Address?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
what is the difference between entry control and exit control statement?
12 Answers Darbari Lal DAV Model School,
What is the memory allocated by the following definition ? int (*x)();
Write a program that his output * *** *****
how to return 1000 variables from functio9n in c?plz give me code also
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
how to find out the reverse number of a digit if it is input through the keyboard?
What are examples of structures?
Program to find larger of the two numbers without using if-else,while,for,switch
Are pointers integers in c?