What is register variable in c language?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of data types and explain?
What is the explanation for modular programming?
which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%
What is a pragma?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Are pointers integers in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .
What is the Difference between Class and Struct?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
please send me the code for multiplying sparse matrix using c
write a program in C to swap two variables