code for find determinent of amatrix


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is double pointer?

0 Answers  


Lists the benefits of c programming language?

0 Answers  


int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?

2 Answers  


write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  


explain what is a newline escape sequence?

0 Answers  






Explain modulus operator.

0 Answers  


can we store values and addresses in the same array? explain

3 Answers   TCS,


Why c is called a mid level programming language?

0 Answers  


Compare and contrast compilers from interpreters.

0 Answers  


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,


i want to have a program to read a string and print the frequency of each character and it should work in turbo c

3 Answers   Persistent, Wipro,


What happens if header file is included twice?

0 Answers  


Categories