What is c system32 taskhostw exe?
No Answer is Posted For this Question
Be the First to Post Answer
52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?
25 Answers Datamatics, Solartis, TCS, ThinkBox, Trine,
how to reverse string "Hello World" by using pointers only. Without any temp var
Can we add pointers together?
why we need function pointers?
What are qualifiers?
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
What is s in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
What is function pointer c?
How will you allocate memory to a double pointer ?
Which of the following data structures is on average the fastest for retrieving data: 1) Binary Tree 2) Hash Table 3) Stack