What is the value of a[3] if integer a[] = {5,4,3,2,1}?
No Answer is Posted For this Question
Be the First to Post Answer
Can you tell me how to check whether a linked list is circular?
what is the benefit of c30
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
Write a C program to perform some of the operation which can be performed using Single linked list
Explain what is the best way to comment out a section of code that contains comments?
Why do we write return 0 in c?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
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]
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is default value of global variable in c?
How do I initialize a pointer to a function?