Write a program to print "hello world" without using a semicolon?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to add the following ¼+2/4+3/4+5/3+6/3+... (Like up to any 12 no.s)
What is scope and lifetime of a variable in c?
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
What is wrong in this statement?
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.
Read two numbers from keyboard and find maximum of them?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is an lvalue in c?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
What are operators in c?
What do the functions atoi(), itoa() and gcvt() do?
What is conio h in c?