When you call malloc() to allocate memory for a local
pointer, do you have to explicitly free() it?
Answers were Sorted based on User's Feedback
Can you please explain the difference between syntax vs logical error?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
1. Write a program to reverse every second word in a given sentence.
Is c programming hard?
control 50 devices which has 2 states on and off.using bitwise operator.plz answer it its urgent
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
how memory store byte
Does c have enums?
Describe dynamic data structure in c programming language?
In header files whether functions are declared or defined?
difference between native and cross compilers
Why void is used in c?