What is use of null pointer in c?
How do you declare a variable that will hold string values?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What are the three constants used in c?
How can you increase the size of a dynamically allocated array?
Which node is more powerful and can handle local information processing or graphics processing?
Is sizeof a keyword in c?
Find MAXIMUM of three distinct integers using a single C statement
What is scope rule of function in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is strcpy() function?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is void c?
Explain 'bit masking'?
Write a code to determine the total number of stops an elevator would take to serve N number of people.