Explain 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about the functions strcat() and strcmp()?
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
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
what is the difference between. system call and library function?
What does %d do in c?
What is class and object in c?
count the numbers between 100 and 300, that star with 2 and ends with 2
Which node is more powerful and can handle local information processing or graphics processing?
What is variables in c?
Why is c fast?
why array index always starts from zero??
What is structure in c explain with example?