What are void pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
How does the assert() function work?
Is reference used in C?
Explain the difference between struct and union.
Explain the advantages of using macro in c language?
int x=sizeof(!5.856); What will value of variable x?
What is variable in c with example?
Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.
Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
What are the functions to open and close the file in c language?
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
i need all types of question paper releted to "c" and other language.