Explain pointer. What are function pointers in C?
No Answer is Posted For this Question
Be the First to Post Answer
Can I pass constant values to functions which accept structure arguments?
count the numbers between 100 and 300, that star with 2 and ends with 2
Why is python slower than c?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
Do you know what are the properties of union in c?
Where local variables are stored in c?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
What are the 3 types of structures?
Which of the following are valid "include" formats? A)#include and #include[file.h] B)#include (file.h) and #include C)#include [file.h] and #include "file.h" D)#include <file.h> and #include "file.h"
Explain how are portions of a program disabled in demo versions?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database
2 Answers TCS, Unisys, Webyog,
Is c easier than java?