What is c system32 taskhostw exe?
No Answer is Posted For this Question
Be the First to Post Answer
What are the various topologies? Which one is the most secure?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
Main must be written as a.the first function in the program b.Second function in the program c.Last function in the program d.any where in the program
19 Answers CTS, HCL, TCS,
what is the difference between const volatile int i & volatile const int j;
How do you print only part of a string?
Explain what does the format %10.2 mean when included in a printf statement?
What are c identifiers?
What is modeling?
In which header file is the null macro defined?
Is c call by value?
why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }
Do you know the purpose of 'register' keyword?