What is #pragma statements?
No Answer is Posted For this Question
Be the First to Post Answer
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What is meant by errors and debugging?
What is far pointer in c?
Is c an object oriented programming language?
How do you define structure?
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
program for swapping two strings by using pointers in c language
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
How can you tell whether two strings are the same?
what is c?
HOW CAN ADD OUR FUNCTION IN LIBRARY.
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?