Write a program to print "hello world" without using a semicolon?
No Answer is Posted For this Question
Be the First to Post Answer
how to find the size of the data type like int,float without using the sizeof operator?
What is wild pointer in c?
find the minimum of three values inputted by the user
My teacher ask to make a program that can: Insert record in front Insert record at the end Insert in between Search node record Delete record in front Delete record at the end Delete record in between Using Data structure Linked List type. But I'm really confused about the codes and I can't go through. Please help Thanks in advance. Also here is my unfinished code if someone can make changes it will be more good.
How will you divide two numbers in a MACRO?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
how to set Nth bit of a variable?
What is extern storage class in c?
a=5 a=a++/++a
Are negative numbers true in c?
m=++i&&++j(||)k++ printf("%d"i,j,k,m)
Do pointers take up memory?