What is wrong with this initialization?
No Answer is Posted For this Question
Be the First to Post Answer
Why can’t constant values be used to define an array’s initial size?
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
what is computer
What is this infamous null pointer, anyway?
What is the difference between malloc calloc and realloc in c?
Why string is used in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Is there any book to know about Basics of C Language?
Meaning of () in c
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
write a c program to check weather a particluar bit is set or not?
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);