find the value of y
y = 1.5x+3 for x<=2
y = 2x+5 for x>2
No Answer is Posted For this Question
Be the First to Post Answer
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
please send me the code for multiplying sparse matrix using c
i want to job in your company, so how it will be possible.
Which is an example of a structural homology?
array of pointer pointer to array pointer to pointer
I need previous papers of CSC.......plz help out by posting them.......
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
What is sparse file?
write a program to remove occurrences the word from entered text?
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
Explain the difference between malloc() and calloc() in c?
code for find determinent of amatrix