a=10;b= 5;c=3;d=3;
if(a printf(%d %d %d %d a,b,c,d)
else printf("%d %d %d %d a,b,c,d);
No Answer is Posted For this Question
Be the First to Post Answer
How can you allocate arrays or structures bigger than 64K?
How to reverse a string using a recursive function, with swapping?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
list the no of files created when c source file is compiled
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Can a void pointer point to a function?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is a lookup table in c?
Write a program to add a given duration with time(24hrs format)
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
without using arithmatic operator convert an intger variable x into x+1
Famous puzzles which are generally asked by companies during interviews ?