What are all different types of pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of extern in c?
Explain how do you determine whether to use a stream function or a low-level function?
program to find the magic square
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
how can i get this by using for loop? * ** * **** * ******
What is Memory leakage ?
What does void main return?
in linking some of os executables are linking name some of them
Can we change the value of constant variable in c?
main() { float a=3.2e40; printf("%d",a); }
What is the difference between printf and scanf )?
Explain a file operation in C with an example.