What is modifier & how many types of modifiers available in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why does not c have an exponentiation operator?
how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.
Explain indirection?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
from which concept of 'c', the static member function of 'c++' has came?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā%d\nā,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
How to print India by nested loop? I IN IND INDI INDIA
Explain what are the different file extensions involved when programming in c?
Explain what is the difference between text files and binary files?
What does volatile do?
How can I get the current date or time of day in a c program?
What is #include cctype?