How can I do peek and poke in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the data segment that is followed by c?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} what would be the output?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
What is function pointer and where we will use it
atoi, which takes a string and converts it to an integer. write a program that reads lines(using getline), converts each line to an integer using atoi and computes the average of all the numbers read. also compute the standard deviation
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
Explain what is the benefit of using an enum rather than a #define constant?
which type of question asked from c / c++ in interview.
Can we assign string to char pointer?
Why is c called a structured programming language?
what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"