Explain what is the general form of a c program?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C function to search a number in the given list of numbers. donot use printf and scanf
What are the scope of static variables?
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.
Why c is procedure oriented?
What does *p++ do?
What is assignment operator?
What are pointers in C?
how to print 212 as Twohundreds twelve plz provide me ans soon
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
Explain how do you use a pointer to a function?
What does %c do in c?
how to find the sizof of any datatype using bit manipulations