Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.
3396Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
3508What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
1 2795The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
1839
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is spaghetti programming?
Why pointers are used in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
How to find a missed value, if you want to store 100 values in a 99 sized array?
What is a good data structure to use for storing lines of text?
How to compare array with pointer in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Where does the name "C" come from, anyway?
What is meant by keywords in c?
How variables are declared in c?
What is an arrays?
Why is c so important?
Why is c used in embedded systems?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)