What is string in c language?
No Answer is Posted For this Question
Be the First to Post Answer
though sbi was nationalized why its not comes under nationalized banks and its comes under publicsector banks
3 Answers State Bank Of India SBI,
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
What is the use of void pointer and null pointer in c language?
how to count no of words,characters,lines in a paragraph.
WHAT IS INT?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is switch in c?
Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
what is the output of the following code? main() { int I; I=0x10+010+10; printf("x=%x",I); } give detailed reason
Why we use int main and void main?
Explain can static variables be declared in a header file?
What are the different types of linkage exist in c?