Does free set pointer to null?
No Answer is Posted For this Question
Be the First to Post Answer
What are the c keywords?
second highest number in a given set of numbers
print a "hello" word without using printf n puts in c language
Total of how many functions are available in c?
What is the difference between if else and switchstatement
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
Why we use conio h in c?
Write a C/C++ program that 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
what r the cpu registers r ther?
What is typedf?
What will be the result of the following program? char*g() { static char x[1024]; return x; } main() { char*g1="First String"; strcpy(g(),g1); g1=g(); strcpy(g1,"Second String"); printf("Answer is:%s", g()); } (A) Answer is: First String (B) Answer is: Second String (C) Run time Error/Core Dump (D) None of these
What is the difference between %d and %i?