How do we make a global variable accessible across files?
Explain the extern keyword?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of macro program
How can I find leaf node with smallest level in a binary tree?
difference between c and c++?
Explain built-in function?
Why is c not oop?
You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.
How can I open a file so that other programs can update it at the same time?
who invented c
Explain the difference between malloc() and calloc() function?
how to TOGGLE Nth bit of variable in a MACRO
errors in computer programmes are called
p*=(++q)++*--p when p=q=1 while(q<=6)