Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
No Answer is Posted For this Question
Be the First to Post Answer
What is gets() function?
What will be the result of the following program? main() { char p[]="String"; int x=0; if(p=="String") { printf("Pass 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } else { printf("Fail 1"); if(p[sizeof(p)-2]=='g') printf("Pass 2"); else printf("Fail 2"); } } a) Pass 1, Pass 2 b) Fail 1, Fail 2 c) Pass 1, Fail 2 d) Fail 1, Pass 2 e) syntax error during compilation
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
What is a structural principle?
why u join this call center?
Why c is called procedure oriented language?
What is the correct declaration of main?
Can a program have two main functions?
Explain the term printf() and scanf() used in c language?
What is structure and union in c?
Write a c program to enter a string of paragraph and replacing a particular word which is repeated in the paragraph by another word?
2 Answers ME, Synfusion, Wipro,