What are the scope of static variables?
No Answer is Posted For this Question
Be the First to Post Answer
What is graph in c?
write a proram to reverse the string using switch case?
WAP – represent a char in binary format
What is sizeof int?
What is the use of ?: Operator?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
What does do in c?
Is swift based on c?
How reliable are floating-point comparisons?
What is variable initialization and why is it important?
What is #line used for?