Write a program to print “hello world” without using semicolon?
No Answer is Posted For this Question
Be the First to Post Answer
Can we assign string to char pointer?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What is zero based addressing?
What is an lvalue?
name the language for writing c compiler?
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
Explain how can you determine the size of an allocated portion of memory?
Write a program that accepts a string where multiple spaces are given in between the words. Print the string ignoring the multiple spaces. Example: Input: “ We.....Are....Student “ Note: one .=1 Space Output: "We Are Student"
how to construct a simulator keeping the logical boolean gates in c
what is void pointer?
How can we open a file in Binary mode and Text mode?what is the difference?
What is meant by initialization and how we initialize a variable?