Can a variable be both const and volatile?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between #include<stdio.h> and #include"stdio.h"
What is an lvalue and an rvalue?
Explain what?s happening in the first constructor: public class c{ public c(string a) : this() {;}; public c() {;} } How is this construct useful?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Define function pointers?
write a progrmm in c language take user interface generate table using for loop?
Write c-code for 5+55+555+5555+55555+555555+5555555. Output will be it's answer...
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
What is use of integral promotions in c?
What are the advantage of c language?
"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
Write program to remove duplicate in an array?