Who developed c language?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Explain why can’t constant values be used to define an array’s initial size?
What are nested functions in c?
What is action and transformation in spark?
Is c is a high level language?
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.
What is array of structure in c programming?
what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel
what is the definition of storage classes?
How many keywords (reserve words) are in c?
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above