Explain what is gets() function?
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is c system32 taskhostw exe?
A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.
is it possible to change the default calling convention in c ?
What is main () in c?
Is a house a shell structure?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
what are the files which are automatically opened when a c file is executed?
Write a C program to perform some of the operation which can be performed using Single linked list