declare afunction pointer to int printf(char *)?
Answer / sunil singh
the function pointer to an int printf(char *) will be:
int (*ptr)(char*);
Now you can assign the function address to the pointer to a
function.
ptr = printf;
Is This Answer Correct ? | 12 Yes | 1 No |
Can a pointer be volatile in c?
Expand the following LKB BKL FFG
If we give two names then this displays the connection between the two people. It is nothing but flames game
Explain the difference between malloc() and calloc() in c?
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.
in C-programming language without using printf statement can we get output r not ? if yes how and if no also how ?
Where does the name "C" come from, anyway?
prog for 1st five prime numbers in 2^x - 1
Write a Program to accept different goods with the number, price and date of purchase and display them
increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {
Give a method to count the number of ones in a 32 bit number?
What is volatile variable in c?