What is the use of sizeof () in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is volatile variable in c with example?
Write a code on reverse string and its complexity.
write the program to find multiplication of 2-D matrix??????????
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
What is a ternary operator in c?
what is difference between ++(*p) and (*p)++
17 Answers Accenture, HCL, IBM,
How can a process change an environment variable in its caller?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
In which layer of the network datastructure format change is done
Describe the order of precedence with regards to operators in C.
Write a program to show the workingof auto variable.
Explain a file operation in C with an example.