What is modifier & how many types of modifiers available in c?
Is array a primitive data type in c?
Write a program to print fibonacci series using recursion?
What is the output of the program given below #include<stdio.h> main() { char i=0; for(;i>=0;i++) ; printf("%d\n",i); }
21 Answers ADITI, Student, TCS,
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
Why is sprintf unsafe?
What is the sizeof () operator?
how do you programme Carrier Sense Multiple Access
write a progrmm in c language take user interface generate table using for loop?
Is return a keyword in c?
What is string function in c?
What are the advantages of union?
What is the need of structure in c?