Explain output of printf("Hello World"-'A'+'B'); ?
No Answer is Posted For this Question
Be the First to Post Answer
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
What is scope of variable in c?
What are c preprocessors?
What is the difference between local variable and global variable in c?
. Write a program to get a string and to convert the 1st letter of it to uppercase
write a program to display the frequency of each element in a given array in c language
how to write a bubble sort program without using temporary variable?
main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 Answers Vector, Vector India,
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
Which of the following about the C comments is incorrect ? a.commentscan go over multiple lines b.comments can start any where in the line c.a line can contain comments with out any language statements d.comments can occur within comments
Is c++ based on c?
What is the most efficient way to count the number of bits which are set in a value?