What is void pointers in c?
Answer / Amit Singh Harit
"A void pointer in C is a generic pointer type that can point to any data type. It does not specify the type of data it points to and must be explicitly cast to the appropriate data type before using. It is denoted by the keyword 'void*'."
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you tell whether a program was compiled using c versus c++?
Why we use stdio h in c?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What is c programing language?
Symmetric technologies interview questions. For Computer science candidates the first round is a objective type written test consisting of 16 questions.It is very easy ,any police man can solve this. And next round is a written test consists of both objective and subjective .Total 40 question related to c,c++ and operating system related questions. And then a technical interview and give some program to solve with computer.The md is adamant person, whatever he says we have to accept that is the condition. And one more thing ,,,these interview is just for a formality..the company will select only innocent guys.. the person's without a backbone only they require.. And u have to submit the certificates this is the most important problem...So if you are not getting any other jobs..then only join with this... It is better to try for other company...And apart from that symmetric do a lot of projects..If a candidate can manage everything u can join and make good career with this company... The Md will normally speak rudely..but he is good person and he will give you a lot of very good chances to improve your career....but with cheap salary....
0 Answers Symmetric Technologies,
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
if p is a string contained in a string?
What does stand for?
How will you allocate memory to a double pointer ?
Explain the difference between exit() and _exit() function?
What are keywords in c with examples?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.