What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
what defference between c and c++ ?
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What is the difference between new and malloc functions?
wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }
What are the standard predefined macros?
How can you call a function, given its name as a string?
write a program to produce the following output; ABCDEFGFEDCBA ABCDEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB BA A A
17 Answers ABC, College School Exams Tests,
What are the salient features of c languages?
What is the difference between constant pointer and constant variable?
Why is c faster?
Differentiate between ordinary variable and pointer in c.
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.