How a string is stored in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between strcpy() and memcpy() function in c programming?
Tell me the use of bit field in c language?
Which function in C can be used to append a string to another string?
What is function in c with example?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
being a chemical engineer and with an aggregate of 80% why you opt for TCS and not your core industry?
What is oops c?
What is dynamic variable in c?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
size maximum allocated by calloc()
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
Do you know the use of 'auto' keyword?