Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
Write a program for deleting duplicate elements in an array
print a "hello" word without using printf n puts in c language
What does node * mean?
hi any body pls give me company name interview conduct "c" language only
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
1 232 34543 4567654 can anyone tell me how to slove this c question
What is the translation phases used in c language?
How to compare array with pointer in c?
extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }
What is variable and explain rules to declare variable in c?
what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
writw a program to insert an element in the begning of a doubly linked list