What does
stand for?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
How do i store a paragraph into a string? for example, if i input a long paragraph, the program will read the words one by one and concatenate them until no word is left.
What is bubble sort in c?
What is static memory allocation? Explain
How to write c functions that modify head pointer of a linked list?
i want to job in your company, so how it will be possible.
Please list all the unary and binary operators in C.
What is array in c with example?
Write a program to print ASCII code for a given digit.
Explain what is the most efficient way to store flag values?
How does pointer work in c?
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17