How do you do dynamic memory allocation in C applications?
No Answer is Posted For this Question
Be the First to Post Answer
how to find anagram without using string functions using only loops in c programming
main() { int a[10]; printf("%d",*a+1-*a+3); }
Explain the difference between getch() and getche() in c?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
write a program to swap two numbers without using temporary variable?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Explain what is the advantage of a random access file?
What is && in c programming?
What is Memory leakage ?
12. Look at the Code: main() { int a[]={1,2,3},i; for(i=0;i<3;i++) { printf("%d",*a); a++; } } Which Statement is/are True w.r.t the above code? I.Executes Successfully & Prints the contents of the array II.Gives the Error:Lvalue Required III.The address of the array should not be changed IV.None of the Above. A)Only I B)Only II C)II & III D)IV
How does placing some code lines between the comment symbol help in debugging the code?
Give basis knowledge of web designing ...