What is %d called in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to gat the digt sum of a number (et. 15= >1+5=6)
What are the 4 data types?
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); }
What is c language and why we use it?
What is derived datatype in c?
how to print 212 as Twohundreds twelve plz provide me ans soon
Which driver is a pure java driver
What are the standard predefined macros?
what is the difference b/w NULL and null?
What is the difference between static and global variables?
Write a program to show the change in position of a cursor using c
What is the difference between fread and fwrite function?