Is it possible to have a function as a parameter in another function?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> #include<conio.h> void main() { char ch='\356'; printf("%d",ch); } o/p=-18 why?plz.explain
Which is best linux os?
Is javascript based on c?
List the difference between a "copy constructor" and a "assignment operator"?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
What is a floating point in c?
What are volatile variables in c?
What are the functions to open and close the file in c language?
what are bit fields in c?
to get a line of text and count the number of vowels in it
What is the deal on sprintf_s return value?
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?