What are the types of macro formats?
No Answer is Posted For this Question
Be the First to Post Answer
What is a dynamic array in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What are header files and explain what are its uses in c programming?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is the difference between c and python?
Can you pass an entire structure to functions?
What are multibyte characters?
Explain what is the difference between text files and binary files?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
write a code for large nos multilication (upto 200 digits)
what will happen if you free a pointer twice after allocating memory dynamically ?
What are the different types of errors?