What does %p mean?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between declaration and definition of a variable or function ?
What is context in c?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is a global variable in c?
write a c program to find largest of three numbers using simple if only for one time.
What is the difference between procedural and declarative language?
Who developed c language and when?
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
How can I find leaf node with smallest level in a binary tree?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
When a c file is executed there are many files that are automatically opened what are they files?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?