Explain the use of function toupper() with and example code?
What does a pointer variable always consist of?
What is calloc in c?
print the table 5 in loops
Is printf a keyword?
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
why should i select you?
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
Can we change the value of #define in c?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
What is hashing in c language?
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif
What is merge sort in c?