how should functions be apportioned among source files?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how are 16- and 32-bit numbers stored?
declare afunction pointer to int printf(char *)?
how to find turn around time in operating system?
print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar
write a program that will print %d in the output screen??
struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā%dā,s.x); }
How can I find leaf node with smallest level in a binary tree?
What is 'bus error'?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What is Lazy evaluation in C? Give an example.
What are lookup tables in c?
Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.