Is linux written in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
Explain bitwise shift operators?
What should be keep precautions while using the recursion method?
write a programming in c language, 1 3 5 7 9 11
What are global variables and how do you declare them?
Table of Sudoku n*n
What is 'bus error'?
read an array and search an element
Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
Can we change the value of constant variable in c?