What is memory leak in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between macros and inline functions?
diff. between *p and **p
Write down the program to sort the array.
Give the rules for variable declaration?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
what are two categories of clint-server application development ?
Why can’t constant values be used to define an array’s initial size?
what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}
What is the correct declaration of main?
write a program to insert an element at the specified position in the given array in c language