What is the difference between declaring a variable and defining a variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of function in c?
How can you determine the maximum value that a numeric variable can hold?
How can a number be converted to a string?
Why void main is used in c?
hi, which software companys will take,if d candidate's % is jst 55%?
how to compare two strings without using strcmp() function??
What is difference between the following 2 lines…. int temp = (int)(0x00); int temp = (0x00int);
where does malloc() function get the memory?
6)What would be the output? main() { int u=1,v=3; pf("%d%d",u,v); funct1(&u,&v); pf("%d%d\n",u,v); } void funct1(int *pu, int *pv) { *pu=0; *pv=0; return; } a)1 3 1 3 b)1 3 1 1 c)1 3 0 0 d)1 1 1 1 e) 3 1 3 1
what are the interview question's in the language c
what type of language is C?
What is the difference between c &c++?