the data type used for unlimited value in c
and how to do this program
what is use of malloc and calloc?
What do you mean by a sequential access file?
Why do we use pointer to pointer in c?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
1 1 2 1 2 3 1 2 3 4 1 2 3 1 2 1 generate this output using for loop
do you think its fraud or original company?
write a program for 4 4 3 3 3 3 2 2 2 2 2 2 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 4 4
How does free() know how many bytes to free?
What is f'n in math?
can i know the source code for reversing a linked list with out using a temporary variable?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
Write a code of a general series where the next element is the sum of last k terms.