What do you mean by scope of a variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program that his output 1 12 123
What is static identifier?
Why isn't it being handled properly?
Given a single Linked list with lakhs of nodes and length unknown how do you optimally delete the nth element from the list?
what is the diff b/w static and non static variables in C. Give some examples plz.
What is a pointer in c?
How can I get the current date or time of day in a c program?
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.
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
How can I access an I o board directly?
Write a factorial program using C.