Here is a neat trick for checking whether two strings are equal
No Answer is Posted For this Question
Be the First to Post Answer
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
What is the difference between test design and test case design?
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
simple program for virtual function?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
any "C" function by default returns an a) int value b) float value c) char value d) a & b
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is void c?
#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..
How can draw a box in cprogram without using graphics.h header file & using only one printf(); ?