Why functions are used in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to create duplicate link list using C???
Why is it important to memset a variable, immediately after allocating memory to it ?
what are brk, sbrk?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
What are the 5 types of organizational structures?
Write a C program to count the number of email on text
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?
What is Bitwise Operator and how it works?
what wud be the output? main() { char *str[]={ "MANISH" "KUMAR" "CHOUDHARY" }; printf("\nstring1=%s",str[0]); printf("\nstring2=%s",str[1]); printf("\nstring3=%s",str[2]); a)string1=Manish string2=Kumar string3=Choudhary b)string1=Manish string2=Manish string3=Manish c)string1=Manish Kumar Choudhary string2=(null) string3=(null) d)Compiler error
Can we access the array using a pointer in c language?
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?