Does sprintf put null character?
No Answer is Posted For this Question
Be the First to Post Answer
What is realloc in c?
How do you initialize pointer variables?
what is function pointer?
what is bitwise operator?
What is the purpose of 'register' keyword in c language?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is the difference between struct and union in C?
what does data structure mean?
wat is the meaning of c?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
how to use enum datatype?Please explain me?
Can u return two values using return keyword? If yes, how? If no, why?