which operator having highest precedence?
a.)+ b.)++ c.)= d.)%
Post New Answer View All Answers
Explain that why C is procedural?
how to find anagram without using string functions using only loops in c programming
What is the difference between array and structure in c?
What are the differences between Structures and Arrays?
how to capitalise first letter of each word in a given string?
What is %d used for?
write a c program for swapping two strings using pointer
What is string in c language?
How can I use a preprocessorif expression to ?
Differentiate between ordinary variable and pointer in c.
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Explain what happens if you free a pointer twice?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
How can I pad a string to a known length?