Explain pointers in c programming?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between fopen() and open()?
Why do we need volatile in c?
What will happen when freeing memory twice
Can you write the function prototype, definition and mention the other requirements.
How do you define a string?
what will be the output off the following program? #include<stdio.h> int main() { int a; a=015+0*71+5; printf("%d,a"); return0; }
without using control structures and control structures find the max and min of given 2 nos
What is data structure in c programming?
True or false: If you continuously increment a variable, it will become negative? 1) True 2) False 3) It depends on the variable type
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
Why isn't it being handled properly?
How to reverse a string using a recursive function, with swapping?