How do you use a pointer to a function?
No Answer is Posted For this Question
Be the First to Post Answer
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
In C language, a variable name cannot contain?
What are the parts of c program?
send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?
What is bin sh c?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
what is the difference between structure and union?
How can variables be characterized?
How do you use a pointer to a function?
What are the types of data types and explain?