Find best Interview questions and answer for Detikcom Job. Some people added Detikcom interview Questions in our Website. Check now and Prepare for your job interview. Interview questions are useful to attend job interviews and get shortlisted for job position. Find best Detikcom Interview Questions and Answers for Freshers and experienced. These questions can surely help in preparing for Detikcom interview or job.
This page contains the most recently asked technical questions and answers in the Detikcom.
All of the questions listed below were collected by students recently placed at Detikcom.
Ques:- How can we insert Text check point and Bit map check point ? if provide example script, it is greatefull
Ques:- In a pressure cooker cooking is faster because the increase in vapour pressure
A. increases the boiling point
B. decreases the specific heat
C. increases the specific heat
D. decreases the boiling point
Ques:- What happens to the bank rate during inflation ?(A)kept constant (B) Raised (C) Lowered (D) None of these
Ques:- c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
Recent Answer : Added by Admin On 2020-05-17 11:37:56:
#include
#include
#include
#include
#include
#include
#include
int main(int argc, char *argv[])
{
DIR *dip;
struct dirent *dit;
struct stat sb;
int i = 0;
if(argc < 2)
{
printf("Usage: %s n”, argv[0]);
return 0;
}
if((dip = opendir(argv[1])) == NULL)
{
perror(“opendir”);
return 0;
}
printf(“Directory stream is now openn”);
while ((dit = readdir(dip)) != NULL)
{
i++;
stat(dit->d_name,&sb);
printf(“%u t%sn”,sb.st_ino,dit->d_name);
}
printf(“No. of Files in directory are: %i n”, i);
if(closedir(dip)== -1)
{
perror(“closedir”);
return 0;
}
printf(“nDirectory stream is now closedn”);
return 1;
}
Ques:- What is naming convention for Primary key Constraint?
Ques:- three r two rooms. one room has 3 electric bulb and another room has 3electric switches. how can u identify the correct switches for the each bulb at a time.
Recent Answer : Added by Admin On 2020-05-17 11:45:13:
ON ONE SWITCH FOR 10 MIN. AFTER 10 MIN OFF IT N ON ANOTHER
SWITCH .AND THEN ENTER THE ROOM WHER BULBS ARE SITUATED.
tHE BULB WHICH IS ON IS OF THE THE SWITCH WHICH U HAVE ON
NOW. THE BULB WHICH IS HOT IS THE IS OF THE SWITCH U HAV ON
BEFORE. ONE BULB WHICH IS COLD IS OF ANOTHER SWITCH
Ques:- _____ is defined as the number of magnetic lines of force crossing a closed area.
A. Magnetic induction
B. Mutual induction
C. Magnetic flux
D. Self induction
Recent Answer : Added by Admin On 2022-11-12 18:35:10:
Ques:- How do I have links of different colors on the same page?
Ques:- What is access specifier?
Ques:- How do you read data from a file, xml or excel while automation testing?
Ques:- What is the difference between “invoke_application” and “web_browser_invoke” functions in winrunner
Ques:- What is the base class for all swing components?
Ques:- What are the advantages of yii2?
Ques:- Which of the following devices can be used to directly input printed text?
A. MICR
B. OMR
C. OCR
D. All of the above
Recent Answer : Added by Admin On 2022-09-24 15:26:11:
C. OCR
Ques:- What is the difference between new/delete and malloc/free?
Ques:- tell me aboutyour friends?
Recent Answer : Added by jeevi sireesha On 2022-11-29 17:07:02:
my best friend name is chandrakala. she is try to job.
Ques:- What are the uses of Servlets?
Ques:- The growth of an economy is indicated by an
A. Increase in investment
B. Increase in savings
C. Increase in national income
D. Increase in general prices
Ques:- If 5/2 artists make 5/2 paintings using 5/2 canvases in 5/2 days then how many artists r required to make 25 paintings using 25 canvases in 25 days?
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
#includen”, argv[0]);
#include
#include
#include
#include
#include
#include
int main(int argc, char *argv[])
{
DIR *dip;
struct dirent *dit;
struct stat sb;
int i = 0;
if(argc < 2) { printf("Usage: %s
return 0;
}
if((dip = opendir(argv[1])) == NULL)
{
perror(“opendir”);
return 0;
}
printf(“Directory stream is now openn”);
while ((dit = readdir(dip)) != NULL)
{
i++;
stat(dit->d_name,&sb);
printf(“%u t%sn”,sb.st_ino,dit->d_name);
}
printf(“No. of Files in directory are: %i n”, i);
if(closedir(dip)== -1)
{
perror(“closedir”);
return 0;
}
printf(“nDirectory stream is now closedn”);
return 1;
}