Explain what are linked list?
No Answer is Posted For this Question
Be the First to Post Answer
how to find a 5th bit is set in c program
Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
how many argument we can pas in in a function
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
What is use of #include in c?
11. 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's the best way of making my program efficient?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a
Explain what are header files and explain what are its uses in c programming?
How do you generate random numbers in C?