What is #error and use of it?
No Answer is Posted For this Question
Be the First to Post Answer
Can you write the function prototype, definition and mention the other requirements.
Write a program in c to replace any vowel in a string with z?
How do you determine if a string is a palindrome?
Write a program to add a given duration with time(24hrs format)
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
C,c++, Java is all are structural oriented or procedure oriented language..?
#include<stdio.h> int main(){ int a[]={1,2,3,5,1}; int *ptr=a+4; int y=ptr-a; printf("%d",y); }
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
What are the advantages of external class?
whenever a question is posted in a particular category in allinterview.com, Is there any facility to receive an indication mail. For eg: I need to receive an indication email, whenever a question is posted under the category “C Langauage”.
Describe static function with its usage?