What is the most efficient way to store flag values?
No Answer is Posted For this Question
Be the First to Post Answer
What is fflush() function?
Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]
How will you divide two numbers in a MACRO?
Find greatest number out of 10 number without using loop.
how to implement stack operation using singly linked list
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it
What is the purpose of ftell?
what is object oriental programing?
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
Program to display given 3 integers in ascending order
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.