Explain what is the best way to comment out a section of code that contains comments?
No Answer is Posted For this Question
Be the First to Post Answer
difference between memcpy and strcpy
Can U write a C-program to print the size of a data type without using the sizeof() operator? Explain how it works inside ?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
write a program to remove duplicate from an ordered char array? in c
Explain how many levels deep can include files be nested?
What is the exact difference between '\0' and ""
Tell me the use of bit field in c language?
Define recursion in c.
what different between c and c++
What are the ways to a null pointer can use in c programming language?
When would you use a pointer to a function?
What is uint8 in c?