What is string function in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of ?: Operator?
What is a structural principle?
What is the Purpose of 'extern' keyword in a function declaration?
What is an volatile variable?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
Explain modulus operator. What are the restrictions of a modulus operator?
What is declaration and definition in c?
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
whats the use of header file in c?
How will you allocate memory to a double pointer ?
how to generate the length of a string without using len funtion?
What is the advantage of a random access file?