Can true be a variable name in c?
No Answer is Posted For this Question
Be the First to Post Answer
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
What are the main characteristics of c language describe the structure of ac program?
. Write a program to get a string and to convert the 1st letter of it to uppercase
The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);
1 Answers HCL, Public Service Commission,
cavium networks written test pattern ..
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
write a program to generate 1st n fibonacci prime number
Write a program to produce the following output in c language? 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
1. Write a program to reverse every second word in a given sentence.
Explain the term printf() and scanf() used in c language?
where do we use volatile keyword?
Difference between malloc() and calloc() function?