How can I remove the leading spaces from a string?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
Do pointers store the address of value or the actual value of a variable?
is it possible to create your own header files?
how can make variable not in registers
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is union and structure in c?
what is mallloc()?how it works?
What is the purpose of void in c?
What is a null pointer in c?
What is a list in c?
#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?
who invented c