What is data type long in c?
No Answer is Posted For this Question
Be the First to Post Answer
Program to find larger of the two numbers without using if-else,while,for,switch
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
Explain the red-black trees?
f(*p) { p=(char *)malloc(6); p="hello"; return; } main() { char *p="bye"; f(p); printf("%s",p); } what is the o/p?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
How do you override a defined macro?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
How is a two dimensional array passed to function when the order of matrix is not known at complie time?
Why static is used in c?
why i join syntel?
23 Answers ABC, Syntel, TCS,
what is pointer?
13 Answers HCL, TCS,
what is the use of getch() function in C program.. difference b/w getch() and getche()??
29 Answers HCL, IBM, Infosys, TCS, Wipro,