What does s c mean in text?
No Answer is Posted For this Question
Be the First to Post Answer
Example of friendly function in c++
Explain the Difference between the New and Malloc keyword.
what is the difference between declaration ,defenetion and initialization of a variable?
ABCDCBA ABC CBA AB BA A A
whether itis a structured language?
If you know then define #pragma?
What is a far pointer?What is the utility?
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates
C program to perform stack operation using singly linked list
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Why does the call char scanf work?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48