What is hashing in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.
Is malloc memset faster than calloc?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
how to do in place reversal of a linked list(singly or doubly)?
A.C func() { pritnf(" in fuction %d",MACRO); } MAIN.c testfunc() { #define MACRO 10 printf("in test function %d", MACRO); } main() { printf("in main %d",MACRO); func(); testfunc(); getch(); }
Explain what standard functions are available to manipulate strings?
I have seen function declarations that look like this
in which language c language is written?
main() { int i; printf("%d",i^i); }
How to add two numbers without using arithmetic operators?
18 Answers College School Exams Tests, e track, Infosys, Pan Parag, Sapient, TCS,
write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR
What is openmp in c?