Why header files are used?
No Answer is Posted For this Question
Be the First to Post Answer
ratio,age,persentage
What is the difference between the = symbol and == symbol?
Explain what are run-time errors?
How can I copy just a portion of a string?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
Write a program that can show the multiplication table.
How can I find leaf node with smallest level in a binary tree?
What is the process to create increment and decrement stamen in c?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
create an SINGLE LINKED LISTS and reverse the data in the lists completely
#include<string.h> void main() { String s1[]={"swathi"}; string s2[]={"maddimsetti"}; s1[]=s[]; printf("%s",s1[]); }
How can I read a directory in a C program?
2 Answers Bright Outdoor, Wipro,