What is memory leak in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use any name in place of argv and argc as command line arguments?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
What is a const pointer in c?
who did come first hen or agg
will the program compile? int i; scanf(ā%dā,i); printf(ā%dā,i);
Explain how do you use a pointer to a function?
What are the general description for loop statement and available loop types in c?
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
what are the compilation steps? ( i want inside the compiler )
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
What is header file in c?
we have a 3litres jug and a 5 litres jug and no measures on them. using these two jugs how can we measure 4 litres of water?