what is foreign key in c language?
what is use of malloc and calloc?
to get a line of text and count the number of vowels in it
What is the main difference between calloc () and malloc ()?
print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5
How do we swap or interchange any 2 numbers without using Temporary variable...Anybody can pls answer it.. Thanks in Advance
write a programe to find the factorial of given number using recursion
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
write the program to find multiplication of 2-D matrix??????????
write a program to find the number of even integers and odd integers in a given array in c language
13 Answers IAI Cameroun, NIIT, Olive Tech, QIS,
What is the role of this pointer?
What is a built-in function in C?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode