no consistent academics. how to answer the question


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

0 Answers  


How do shell structures work?

0 Answers  


write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,


what is diff between localstatic and globalstatis variable possible 2 use in another file...?

2 Answers   HCL,


What is bash c?

0 Answers  






find the minimum of three values inputted by the user

3 Answers  


#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?

6 Answers   NDS,


How can I set an array's size at run time?

9 Answers  


Explain what is the general form of a c program?

0 Answers  


What are reserved words with a programming language?

0 Answers  


What is array of structure in c?

0 Answers  


Categories