Difference between Function to pointer and pointer to function
No Answer is Posted For this Question
Be the First to Post Answer
What Is The Difference Between Null And Void Pointer?
main() { int age; float ht; printf("Enter height and age"); scanf("%d%d",&height,&age); if((age<=20)&&(ht>=5)) {printf("She loves you");} else {printf("She loves you");} }
What is the Purpose of 'extern' keyword in a function declaration?
Can we change the value of static variable in c?
how can you print&scan anything using just one character? :) HINT: printf,scanf similer
can we print any string without using terminator?
what is the maximum no. of bytes calloc can allocate
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
I heard that you have to include stdio.h before calling printf. Why?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
Explain what’s a signal? Explain what do I use signals for?
#include<stdio.h> { printf("Hello"); } how compile time affects when we add additional header file <conio.h>.