c program to print a name without using semicolon
Answer Posted / s
main()
{
if(printf("SIVAN RAJA C"))
{
}
}
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
What is pointer and structure in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is 02d in c?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is header file definition?
What does %c mean in c?
What is the significance of an algorithm to C programming?
How can you allocate arrays or structures bigger than 64K?
What is malloc() function?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
#include
What is pragma c?
What is the use of the function in c?
How do we declare variables in c?