What is malloc calloc and realloc in c?
Explain setjmp()?
Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,
What is difference between stdio h and conio h?
What are the features of c languages?
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
what is c
What is getch?
What is the difference between typedef and #define?
Concat two string with most overlapped substring has to remove "abcd"+ "cdef" = "abcdef
How are Structure passing and returning implemented by the complier?
How do you prevent buffer overflows in C?