a c code by using memory allocation for add ,multiply of sprase matrixes
No Answer is Posted For this Question
Be the First to Post Answer
Can the size of an array be declared at runtime?
In C programming, what command or code can be used to determine if a number of odd or even?
Explain how can I open a file so that other programs can update it at the same time?
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
Where we use clrscr in c?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
What’s a signal? Explain what do I use signals for?
how to compare two strings without using strcmp() function??
b) 4 c) 6 d) 7 32. Any C program a) must contain at least one function b) need not contain ant function c) needs input data d) none of the above 33. Using goto inside for loop is equivalent to using a) continue b) break c) return d)none of the above 34. The program fragment int a=5, b=2; printf(“%d”,a+++++b); a) prints 7 b)prints 8 c) prints 9 d)none of the above 35. printf(“ab” , “cd”,”ef”); prints a) ab abcdef c) abcdef, followed by garbage value d) none of the above 36. Consider the following program segment. i=6720; j=4; while((i%j)==0) { i=i/j; j=j+1; } On termination j will have the value a) 4 b) 8 c) 9 d) 6720
What do you mean by scope of a variable in c?
code for replace tabs with equivalent number of blanks
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.