Explain how can you tell whether two strings are the same?
No Answer is Posted For this Question
Be the First to Post Answer
what is computer
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Write a simple program to find the size of different basic data types in C.
Explain what is meant by 'bit masking'?
How will you write a code for accessing the length of an array without assigning it to another variable?
Write a C program to convert an integer into a binary string?
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
How is null defined in c?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
Explain why can’t constant values be used to define an array’s initial size?
Is flag a keyword in c?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }