Q&A Categories

C

matrix multiplication

Write a program in C to find the 3*3 matrix multiplication

Answers No Answers In: C By: sumit [2 Grey Star Level] Jul 22, 2011

You have a link list. How can you tell whether there is a cycling in it?

You have a link list. How can you tell whether there is a cycling in it? '

Answers No Answers In: C By: faiz [ Grey Star Level] Sep 8, 2010

X) main(){ printf("%x",-1

X) main(){ printf("%x",-1 fff0Explanation :-1 is internally represented as all 1's. When left shifted four times the least significant 4 bits are filled with 0's.The %x format specifier...

Answers No Answers In: C By: admin [ Grey Star Level] Sep 8, 2010

Write any small program that will compile in "C" but not in "C++"

Write any small program that will compile in "C" but not in "C++" '

Answers No Answers In: C By: ashok [ Grey Star Level] Sep 7, 2010

Write sample code or algorithim to get all possible combinations of data that will be entered from keyboard

Write sample code or algorithim to get all possible combinations of data that will be entered from keyboard like, If i enter 1 2 3 then it should show 1 2 31 3 2 2 1 3 All 6 possible combnations'

Answers No Answers In: C By: neha [ Grey Star Level] Sep 7, 2010

Write the equivalent expression for x%8?

Write the equivalent expression for x%8? x&7 Write expressions to swap two integers without using a temporary variable?'

Answers No Answers In: C By: vikas [ Grey Star Level] Sep 7, 2010

Would the following program compile? main() { int a=10,*j; void *k; j=k=&a; j++; k++; printf("n%u%u",j,k);

Would the following program compile? main() { int a=10,*j; void *k; j=k=&a; j++; k++; printf("n%u%u",j,k); } A) YesB) No'

Answers No Answers In: C By: ashok [ Grey Star Level] Sep 7, 2010

Write a C program to find biggest of 4 numbers without using relational operators?

Write a C program to find biggest of 4 numbers without using relational operators? '

Answers No Answers In: C By: yogesh [ Grey Star Level] Sep 7, 2010

Write a code for implementation of doubly linked list with use of single pointer in each node

Write a code for implementation of doubly linked list with use of single pointer in each node '

Answers No Answers In: C By: rakesh [ Grey Star Level] Sep 7, 2010

Write a program in C to find the 3*3 matrix multiplication

Write a program in C to find the 3*3 matrix multiplication '

Answers No Answers In: C By: ravi [ Grey Star Level] Sep 7, 2010

Didn't find what you were looking for?

Add your Question to the site.

You must be Logged In to Add a Question.

Not a member yet? Sign Up Now »

Star Points Scale

Earn points for Asking and Answering Questions!

Grey Sta Levelr [1 - 25 Grey Star Level]
Green Star Level [26 - 50 Green Star Level]
Blue Star Level [51 - 500 Blue Star Level]
Orange Star Level [501 - 5000 Orange Star Level]
Red Star Level [5001 - 25000 Red Star Level]
Black Star Level [25001+ Black Star Level]