find the sum of two matrices and WAP for it.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is meant by high-order and low-order bytes?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
explain what is fifo?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
What is main return c?
1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
swapping of two numbers without using third variable using AND and OR operators
Is it possible to run using programming C for Java Application?
What is a char c?
sir i got 146 correct question & i have also the advantage of height so will they consider my marks as 146+3=149.can any body tell me how they consider my height marks.
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
List the variables are used for writing doubly linked list program.