why we wont use '&' sing in aceesing the string using scanf
No Answer is Posted For this Question
Be the First to Post Answer
how to swap four numbers without using fifth variable?
What are the storage classes 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)
Where in memory are my variables stored?
What is a 'null pointer assignment' error?
how can we use static and extern?and where can we use this?
Who developed c language?
read an array and search an element
How many data structures are there in c?
What is difference between arrays and pointers?
What are structure types in C?
f=(x>y)?x:y a) f points to max of x and y b) f points to min of x and y c)error