Is c programming hard?
No Answer is Posted For this Question
Be the First to Post Answer
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
why programming language C is still used in operating system's kernel??
Explain which function in c can be used to append a string to another string?
compute the nth mumber in the fibonacci sequence?
10 Answers Canon, HPL, Satyam, TCS,
When c language was developed?
what is software?
how to TOGGLE Nth bit of variable in a MACRO
What is the process of writing the null pointer?
`write a program to display the recomended action depends on a color of trafic light using nested if statments
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is difference between structure and union in c programming?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()