What are register variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39
What is file in c language?
i want to make a program in which we use input having four digits(4321) and get output its reciprocal(1234).
write a program to print largest number of each row of a 2D array
There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
What is a program flowchart and explain how does it help in writing a program?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the value of uninitialized variable in c?
what are bitwise shift operators?
which of 'arrays' or 'pointers' are faster?
what is pointer ?
10 Answers Kernex Micro Systems,
What is the difference between fread buffer() and fwrite buffer()?