Where define directive used?
No Answer is Posted For this Question
Be the First to Post Answer
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How can I write functions that take a variable number of arguments?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
write a program to print largest number of each row of a 2D array
Is struct oop?
what is dangling pointer?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
5 Answers ABS, Accenture, HCL, Infosys, Infotech, SoftSolve, Software India, TCS, Vertex, Vimukti Technologies,
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What is use of pointer?
What's wrong with "char *p; *p = malloc(10);"?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none