What is c token?
No Answer is Posted For this Question
Be the First to Post Answer
Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All
char ch="{'H','I',0};printf("%s",ch);what is output
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]
Is null valid for pointers to functions?
sum of two integers values only other then integer it should print invalid input.
What is putchar() function?
What is the use of structure padding in c?
Can we include one C program into another C program if yes how?
What is the difference between class and object in c?
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
Tell me a C program to display the following Output? 1 1 1 1 1 2 2 2 2 3 3 3 4 4 5
What is function prototype in c language?