Why c language is called c?
No Answer is Posted For this Question
Be the First to Post Answer
I have a varargs function which accepts a float parameter?
How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
Explain the difference between strcpy() and memcpy() function?
When should a type cast not be used?
#include<stdio.h> #include<conio.h> void main() { int m=0111,n=20; printf("%d%d\n",m,n); getch(); }
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We Are Student “ Output: "We Are Student"
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
What is enumerated data type in c?
Write a C program to count the number of email on text
What is difference between scanf and gets?
Write a program on swapping (100, 50)
Do string constants represent numerical values?